home *** CD-ROM | disk | FTP | other *** search
/ SGI O2 Out of Box Experience / SGI O2 Out of Box Experience.iso / jungleIsland / CyberGourds / cyberGourds.wrl < prev    next >
Text File  |  1996-11-14  |  200KB  |  6,187 lines

  1. #VRML V2.0 utf8 CosmoWorlds V1.0
  2.  
  3. Group {
  4.   children    [
  5.     WorldInfo {
  6.       info    "CyberGourds
  7.            author: Sam Chen (sAmbO)
  8.                    Silicon Graphics Inc. 1996
  9.                    O2 Out Of Box Experience"
  10.     }
  11.     Group {
  12.       children          Transform {
  13.     children    [
  14.       DEF _0 NavigationInfo {
  15.         headlight    FALSE
  16.         type    "EXAMINE"
  17.       }
  18.       DEF LIGHT-TIMER TimeSensor {
  19.         cycleInterval    60
  20.         loop    TRUE
  21.         startTime    1
  22.         stopTime    0
  23.       }
  24.       DEF RED-ENGINE ScalarInterpolator {
  25.         key    [ 0, 0.2, 0.3, 0.4,
  26.               0.6, 0.7, 0.8, 0.9,
  27.               1 ]
  28.         keyValue    [ 0, 0, 1, 1,
  29.               1, 1, 1, 0,
  30.               0 ]
  31.       }
  32.       DEF GREEN-ENGINE ScalarInterpolator {
  33.         key    [ 0, 0.2, 0.3, 0.4,
  34.               0.6, 0.7, 0.8, 0.9,
  35.               1 ]
  36.         keyValue    [ 0, 0, 0, 1,
  37.               1, 0, 0, 0,
  38.               0 ]
  39.       }
  40.       DEF BLUE-ENGINE ScalarInterpolator {
  41.         key    [ 0, 0.2, 0.3, 0.4,
  42.               0.6, 0.7, 0.8, 0.9,
  43.               1 ]
  44.         keyValue    [ 1, 1, 1, 1,
  45.               1, 0, 0, 0,
  46.               1 ]
  47.       }
  48.       DEF LIGHTING-LOGIC Script {
  49.         eventOut        SFColor        lightColor
  50.         eventIn        SFFloat        redIn
  51.         eventIn        SFFloat        greenIn
  52.         eventIn        SFFloat        blueIn
  53.         eventIn        SFFloat        fractionIn
  54.         field        SFColor        tmpColor    0 0 0
  55.         url    "vrmlscript:
  56.         function redIn(color) {
  57.             tmpColor[0] = color;
  58.         }
  59.  
  60.         function greenIn(color) {
  61.             tmpColor[1] = color;
  62.         }
  63.  
  64.         function blueIn(color) {
  65.             tmpColor[2] = color;
  66.         }
  67.  
  68.         function fractionIn(fraction) {
  69.             lightColor[0] = tmpColor[0];
  70.             lightColor[1] = tmpColor[1];
  71.             lightColor[2] = tmpColor[2];
  72.         }
  73.     "
  74.       }
  75.       Group {
  76.         children    [
  77.           DEF LIGHT1 DirectionalLight {
  78.         direction    0.814526 -0.46226 0.350519
  79.           }
  80.           DEF LIGHT2 DirectionalLight {
  81.         intensity    1
  82.         ambientIntensity    0
  83.         color    0 0.0716777 1
  84.         direction    -0.664565 -0.743667 0.0728954
  85.           }
  86.           DEF Cameras Group {
  87.         children    [
  88.           DEF ENTRY Viewpoint {
  89.             position    0 1 9
  90.             description    "entry"
  91.           }
  92.           DEF V1 Viewpoint {
  93.             position    0.537575 2.01023 6.94414
  94.             orientation    -0.972196 0.232486 0.0280181  0.246667
  95.             description    "v1"
  96.           }
  97.           DEF V2 Viewpoint {
  98.             position    -8.89681 0.443419 0.661569
  99.             orientation    0.00893149 -0.999936 0.00698835  1.32796
  100.             description    "v2"
  101.           }
  102.           DEF V3 Viewpoint {
  103.             position    -8.84854 3.63608 -5.73529
  104.             orientation    0.111164 0.976714 0.1835  4.21017
  105.             description    "v3"
  106.           }
  107.           DEF V4 Viewpoint {
  108.             position    -0.854542 8.00832 -4.03934
  109.             orientation    0.0408774 0.81824 0.573422  3.337
  110.             description    "v4"
  111.           }
  112.           DEF V5 Viewpoint {
  113.             position    -0.274156 0.443419 -9.14499
  114.             orientation    -0.000256163 0.999937 -0.0112666  3.18685
  115.             description    "v5"
  116.           }
  117.           DEF V6 Viewpoint {
  118.             position    8.94016 0.498713 -1.08307
  119.             orientation    0.00430923 0.99998 -0.00460733  1.63762
  120.             description    "v6"
  121.           }
  122.           DEF V7 Viewpoint {
  123.             position    2.31026 0.443419 5.50381
  124.             orientation    -0.0156295 0.999875 0.00254726  0.323984
  125.             description    "v7"
  126.           }
  127.         ]
  128.           }
  129.           Transform {
  130.         children    [
  131.           DEF PAD-LOGIC Script {
  132.             eventOut            SFTime            startTimeS0
  133.             eventOut            SFTime            startTimeS1
  134.             eventOut            SFTime            startTimeS2
  135.             eventOut            SFTime            startTimeS3
  136.             eventOut            SFTime            startTimeS4
  137.             eventOut            SFTime            stopTimeS0
  138.             eventOut            SFTime            stopTimeS1
  139.             eventOut            SFTime            stopTimeS2
  140.             eventOut            SFTime            stopTimeS3
  141.             eventOut            SFTime            stopTimeS4
  142.             eventOut            SFColor            button0Color
  143.             eventOut            SFColor            button1Color
  144.             eventOut            SFColor            button2Color
  145.             eventOut            SFColor            button3Color
  146.             eventOut            SFColor            button4Color
  147.             eventOut            SFTime            timerStartTime
  148.             eventOut            SFTime            timerStopTime
  149.             eventIn            SFBool            padTrigger
  150.             eventIn            SFTime            button0Trigger
  151.             eventIn            SFTime            button1Trigger
  152.             eventIn            SFTime            button2Trigger
  153.             eventIn            SFTime            button3Trigger
  154.             eventIn            SFTime            button4Trigger
  155.             field            SFInt32            patchState    0
  156.             url    "vrmlscript:
  157.                 function padTrigger(isActive, ts) {
  158.             if (isActive) {
  159.                         timerStartTime = ts;
  160.                         if (patchState == 0) startTimeS0 = ts+.4;
  161.                         else if (patchState == 1) startTimeS1 = ts+.4;
  162.                         else if (patchState == 2) startTimeS2 = ts+.4;
  163.                         else if (patchState == 3) startTimeS3 = ts+.4;
  164.                         else if (patchState == 4) startTimeS4 = ts+.4;
  165.             }
  166.                 }
  167.  
  168.                 function button0Trigger(touchTime) {
  169.                     on = TRUE;
  170.                     timerStartTime = touchTime;
  171.                     patchState = 0;
  172.                     stopTimeS1 = touchTime;
  173.                     stopTimeS2 = touchTime;
  174.                     stopTimeS3 = touchTime;
  175.                     stopTimeS4 = touchTime;
  176.                     startTimeS0 = touchTime+.4;
  177.             button0Color[0] = 0; 
  178.             button0Color[1] = 1; 
  179.             button0Color[2] = 0; 
  180.             button1Color[0] = 0; 
  181.             button1Color[1] = 0; 
  182.             button1Color[2] = 0; 
  183.             button2Color[0] = 0; 
  184.             button2Color[1] = 0; 
  185.             button2Color[2] = 0; 
  186.             button3Color[0] = 0; 
  187.             button3Color[1] = 0; 
  188.             button3Color[2] = 0; 
  189.             button4Color[0] = 0; 
  190.             button4Color[1] = 0; 
  191.             button4Color[2] = 0; 
  192.                 }
  193.  
  194.                 function button1Trigger(touchTime) {
  195.                     on = TRUE;
  196.                     timerStartTime = touchTime;
  197.                     patchState = 1;
  198.                     stopTimeS0 = touchTime;
  199.                     stopTimeS2 = touchTime;
  200.                     stopTimeS3 = touchTime;
  201.                     stopTimeS4 = touchTime;
  202.                     startTimeS1 = touchTime+.4;
  203.                     button0Color[0] = 0;
  204.                     button0Color[1] = 0;
  205.                     button0Color[2] = 0;
  206.                     button1Color[0] = 0;
  207.                     button1Color[1] = 1;
  208.                     button1Color[2] = 0;
  209.                     button2Color[0] = 0;
  210.                     button2Color[1] = 0;
  211.                     button2Color[2] = 0;
  212.                     button3Color[0] = 0;
  213.                     button3Color[1] = 0;
  214.                     button3Color[2] = 0;
  215.                     button4Color[0] = 0;
  216.                     button4Color[1] = 0;
  217.                     button4Color[2] = 0;
  218.  
  219.                 }
  220.  
  221.                 function button2Trigger(touchTime) {
  222.                     on = TRUE;
  223.                     timerStartTime = touchTime;
  224.                     patchState = 2;
  225.                     stopTimeS0 = touchTime;
  226.                     stopTimeS1 = touchTime;
  227.                     startTimeS2 = touchTime+.4;
  228.                     stopTimeS3 = touchTime;
  229.                     stopTimeS4 = touchTime;
  230.                     button0Color[0] = 0;
  231.                     button0Color[1] = 0;
  232.                     button0Color[2] = 0;
  233.                     button1Color[0] = 0;
  234.                     button1Color[1] = 0;
  235.                     button1Color[2] = 0;
  236.                     button2Color[0] = 0;
  237.                     button2Color[1] = 1;
  238.                     button2Color[2] = 0;
  239.                     button3Color[0] = 0;
  240.                     button3Color[1] = 0;
  241.                     button3Color[2] = 0;
  242.                     button4Color[0] = 0;
  243.                     button4Color[1] = 0;
  244.                     button4Color[2] = 0;
  245.  
  246.                 }
  247.  
  248.                 function button3Trigger(touchTime) {
  249.                     on = TRUE;
  250.                     timerStartTime = touchTime;
  251.                     patchState = 3;
  252.                     stopTimeS0 = touchTime;
  253.                     stopTimeS1 = touchTime;
  254.                     stopTimeS2 = touchTime;
  255.                     startTimeS3 = touchTime+.4;
  256.                     stopTimeS4 = touchTime;
  257.                     button0Color[0] = 0;
  258.                     button0Color[1] = 0;
  259.                     button0Color[2] = 0;
  260.                     button1Color[0] = 0;
  261.                     button1Color[1] = 0;
  262.                     button1Color[2] = 0;
  263.                     button2Color[0] = 0;
  264.                     button2Color[1] = 0;
  265.                     button2Color[2] = 0;
  266.                     button3Color[0] = 0;
  267.                     button3Color[1] = 1;
  268.                     button3Color[2] = 0;
  269.                     button4Color[0] = 0;
  270.                     button4Color[1] = 0;
  271.                     button4Color[2] = 0;
  272.  
  273.                 }
  274.  
  275.                 function button4Trigger(touchTime) {
  276.                     on = TRUE;
  277.                     timerStartTime = touchTime;
  278.                     patchState = 4;
  279.                     stopTimeS0 = touchTime;
  280.                     stopTimeS1 = touchTime;
  281.                     stopTimeS2 = touchTime;
  282.                     stopTimeS3 = touchTime;
  283.                     startTimeS4 = touchTime+.4;
  284.                     button0Color[0] = 0;
  285.                     button0Color[1] = 0;
  286.                     button0Color[2] = 0;
  287.                     button1Color[0] = 0;
  288.                     button1Color[1] = 0;
  289.                     button1Color[2] = 0;
  290.                     button2Color[0] = 0;
  291.                     button2Color[1] = 0;
  292.                     button2Color[2] = 0;
  293.                     button3Color[0] = 0;
  294.                     button3Color[1] = 0;
  295.                     button3Color[2] = 0;
  296.                     button4Color[0] = 0;
  297.                     button4Color[1] = 1;
  298.                     button4Color[2] = 0;
  299.  
  300.                 }
  301.  
  302.             
  303. "
  304.           }
  305.           DEF TOM0-LOGIC Script {
  306.             eventOut            SFTime            startTimeS0
  307.             eventOut            SFTime            startTimeS1
  308.             eventOut            SFTime            startTimeS2
  309.             eventOut            SFTime            startTimeS3
  310.             eventOut            SFTime            startTimeS4
  311.             eventOut            SFTime            stopTimeS0
  312.             eventOut            SFTime            stopTimeS1
  313.             eventOut            SFTime            stopTimeS2
  314.             eventOut            SFTime            stopTimeS3
  315.             eventOut            SFTime            stopTimeS4
  316.             eventOut            SFColor            button0Color
  317.             eventOut            SFColor            button1Color
  318.             eventOut            SFColor            button2Color
  319.             eventOut            SFColor            button3Color
  320.             eventOut            SFColor            button4Color
  321.             eventOut            SFTime            timerStartTime
  322.             eventOut            SFTime            timerStopTime
  323.             eventIn            SFTime            padTrigger
  324.             eventIn            SFTime            button0Trigger
  325.             eventIn            SFTime            button1Trigger
  326.             eventIn            SFTime            button2Trigger
  327.             eventIn            SFTime            button3Trigger
  328.             eventIn            SFTime            button4Trigger
  329.             field            SFInt32            patchState    0
  330.             field            SFBool            on    FALSE
  331.             url    "vrmlscript:
  332.                 function padTrigger(touchTime) {
  333.                     if (on == FALSE) {
  334.                         on = TRUE;
  335.                         timerStartTime = touchTime;
  336.                         if (patchState == 0) startTimeS0 = touchTime;
  337.                         else if (patchState == 1) startTimeS1 = touchTime;
  338.                         else if (patchState == 2) startTimeS2 = touchTime;
  339.                         else if (patchState == 3) startTimeS3 = touchTime;
  340.                         else if (patchState == 4) startTimeS4 = touchTime;
  341.                     }
  342.                     else {
  343.                         on = FALSE;
  344.                         timerStopTime = touchTime;
  345.                         stopTimeS0 = touchTime;
  346.                         stopTimeS1 = touchTime;
  347.                         stopTimeS2 = touchTime;
  348.                         stopTimeS3 = touchTime;
  349.                         stopTimeS4 = touchTime;
  350.                     }
  351.                 }
  352.  
  353.                 function button0Trigger(touchTime) {
  354.                     on = TRUE;
  355.                     timerStartTime = touchTime;
  356.                     patchState = 0;
  357.                     stopTimeS1 = touchTime;
  358.                     stopTimeS2 = touchTime;
  359.                     stopTimeS3 = touchTime;
  360.                     stopTimeS4 = touchTime;
  361.                     startTimeS0 = touchTime;
  362.             button0Color[0] = 0; 
  363.             button0Color[1] = 1; 
  364.             button0Color[2] = 0; 
  365.             button1Color[0] = 0; 
  366.             button1Color[1] = 0; 
  367.             button1Color[2] = 0; 
  368.             button2Color[0] = 0; 
  369.             button2Color[1] = 0; 
  370.             button2Color[2] = 0; 
  371.             button3Color[0] = 0; 
  372.             button3Color[1] = 0; 
  373.             button3Color[2] = 0; 
  374.             button4Color[0] = 0; 
  375.             button4Color[1] = 0; 
  376.             button4Color[2] = 0; 
  377.                 }
  378.  
  379.                 function button1Trigger(touchTime) {
  380.                     on = TRUE;
  381.                     timerStartTime = touchTime;
  382.                     patchState = 1;
  383.                     stopTimeS0 = touchTime;
  384.                     stopTimeS2 = touchTime;
  385.                     stopTimeS3 = touchTime;
  386.                     stopTimeS4 = touchTime;
  387.                     startTimeS1 = touchTime;
  388.                     button0Color[0] = 0;
  389.                     button0Color[1] = 0;
  390.                     button0Color[2] = 0;
  391.                     button1Color[0] = 0;
  392.                     button1Color[1] = 1;
  393.                     button1Color[2] = 0;
  394.                     button2Color[0] = 0;
  395.                     button2Color[1] = 0;
  396.                     button2Color[2] = 0;
  397.                     button3Color[0] = 0;
  398.                     button3Color[1] = 0;
  399.                     button3Color[2] = 0;
  400.                     button4Color[0] = 0;
  401.                     button4Color[1] = 0;
  402.                     button4Color[2] = 0;
  403.  
  404.                 }
  405.  
  406.                 function button2Trigger(touchTime) {
  407.                     on = TRUE;
  408.                     timerStartTime = touchTime;
  409.                     patchState = 2;
  410.                     stopTimeS0 = touchTime;
  411.                     stopTimeS1 = touchTime;
  412.                     startTimeS2 = touchTime;
  413.                     stopTimeS3 = touchTime;
  414.                     stopTimeS4 = touchTime;
  415.                     button0Color[0] = 0;
  416.                     button0Color[1] = 0;
  417.                     button0Color[2] = 0;
  418.                     button1Color[0] = 0;
  419.                     button1Color[1] = 0;
  420.                     button1Color[2] = 0;
  421.                     button2Color[0] = 0;
  422.                     button2Color[1] = 1;
  423.                     button2Color[2] = 0;
  424.                     button3Color[0] = 0;
  425.                     button3Color[1] = 0;
  426.                     button3Color[2] = 0;
  427.                     button4Color[0] = 0;
  428.                     button4Color[1] = 0;
  429.                     button4Color[2] = 0;
  430.  
  431.                 }
  432.  
  433.                 function button3Trigger(touchTime) {
  434.                     on = TRUE;
  435.                     timerStartTime = touchTime;
  436.                     patchState = 3;
  437.                     stopTimeS0 = touchTime;
  438.                     stopTimeS1 = touchTime;
  439.                     stopTimeS2 = touchTime;
  440.                     startTimeS3 = touchTime;
  441.                     stopTimeS4 = touchTime;
  442.                     button0Color[0] = 0;
  443.                     button0Color[1] = 0;
  444.                     button0Color[2] = 0;
  445.                     button1Color[0] = 0;
  446.                     button1Color[1] = 0;
  447.                     button1Color[2] = 0;
  448.                     button2Color[0] = 0;
  449.                     button2Color[1] = 0;
  450.                     button2Color[2] = 0;
  451.                     button3Color[0] = 0;
  452.                     button3Color[1] = 1;
  453.                     button3Color[2] = 0;
  454.                     button4Color[0] = 0;
  455.                     button4Color[1] = 0;
  456.                     button4Color[2] = 0;
  457.  
  458.                 }
  459.  
  460.                 function button4Trigger(touchTime) {
  461.                     on = TRUE;
  462.                     timerStartTime = touchTime;
  463.                     patchState = 4;
  464.                     stopTimeS0 = touchTime;
  465.                     stopTimeS1 = touchTime;
  466.                     stopTimeS2 = touchTime;
  467.                     stopTimeS3 = touchTime;
  468.                     startTimeS4 = touchTime;
  469.                     button0Color[0] = 0;
  470.                     button0Color[1] = 0;
  471.                     button0Color[2] = 0;
  472.                     button1Color[0] = 0;
  473.                     button1Color[1] = 0;
  474.                     button1Color[2] = 0;
  475.                     button2Color[0] = 0;
  476.                     button2Color[1] = 0;
  477.                     button2Color[2] = 0;
  478.                     button3Color[0] = 0;
  479.                     button3Color[1] = 0;
  480.                     button3Color[2] = 0;
  481.                     button4Color[0] = 0;
  482.                     button4Color[1] = 1;
  483.                     button4Color[2] = 0;
  484.  
  485.                 }
  486.  
  487.             "
  488.           }
  489.           DEF TOM1-LOGIC Script {
  490.             eventOut            SFTime            startTimeS0
  491.             eventOut            SFTime            startTimeS1
  492.             eventOut            SFTime            startTimeS2
  493.             eventOut            SFTime            startTimeS3
  494.             eventOut            SFTime            startTimeS4
  495.             eventOut            SFTime            stopTimeS0
  496.             eventOut            SFTime            stopTimeS1
  497.             eventOut            SFTime            stopTimeS2
  498.             eventOut            SFTime            stopTimeS3
  499.             eventOut            SFTime            stopTimeS4
  500.             eventOut            SFColor            button0Color
  501.             eventOut            SFColor            button1Color
  502.             eventOut            SFColor            button2Color
  503.             eventOut            SFColor            button3Color
  504.             eventOut            SFColor            button4Color
  505.             eventOut            SFTime            timerStartTime
  506.             eventOut            SFTime            timerStopTime
  507.             eventIn            SFTime            padTrigger
  508.             eventIn            SFTime            button0Trigger
  509.             eventIn            SFTime            button1Trigger
  510.             eventIn            SFTime            button2Trigger
  511.             eventIn            SFTime            button3Trigger
  512.             eventIn            SFTime            button4Trigger
  513.             field            SFInt32            patchState    0
  514.             field            SFBool            on    FALSE
  515.             url    "vrmlscript:
  516.                 function padTrigger(touchTime) {
  517.                     if (on == FALSE) {
  518.                         on = TRUE;
  519.                         timerStartTime = touchTime;
  520.                         if (patchState == 0) startTimeS0 = touchTime;
  521.                         else if (patchState == 1) startTimeS1 = touchTime;
  522.                         else if (patchState == 2) startTimeS2 = touchTime;
  523.                         else if (patchState == 3) startTimeS3 = touchTime;
  524.                         else if (patchState == 4) startTimeS4 = touchTime;
  525.                     }
  526.                     else {
  527.                         on = FALSE;
  528.                         timerStopTime = touchTime;
  529.                         stopTimeS0 = touchTime;
  530.                         stopTimeS1 = touchTime;
  531.                         stopTimeS2 = touchTime;
  532.                         stopTimeS3 = touchTime;
  533.                         stopTimeS4 = touchTime;
  534.                     }
  535.                 }
  536.  
  537.                 function button0Trigger(touchTime) {
  538.                     on = TRUE;
  539.                     timerStartTime = touchTime;
  540.                     patchState = 0;
  541.                     stopTimeS1 = touchTime;
  542.                     stopTimeS2 = touchTime;
  543.                     stopTimeS3 = touchTime;
  544.                     stopTimeS4 = touchTime;
  545.                     startTimeS0 = touchTime;
  546.             button0Color[0] = 0; 
  547.             button0Color[1] = 1; 
  548.             button0Color[2] = 0; 
  549.             button1Color[0] = 0; 
  550.             button1Color[1] = 0; 
  551.             button1Color[2] = 0; 
  552.             button2Color[0] = 0; 
  553.             button2Color[1] = 0; 
  554.             button2Color[2] = 0; 
  555.             button3Color[0] = 0; 
  556.             button3Color[1] = 0; 
  557.             button3Color[2] = 0; 
  558.             button4Color[0] = 0; 
  559.             button4Color[1] = 0; 
  560.             button4Color[2] = 0; 
  561.                 }
  562.  
  563.                 function button1Trigger(touchTime) {
  564.                     on = TRUE;
  565.                     timerStartTime = touchTime;
  566.                     patchState = 1;
  567.                     stopTimeS0 = touchTime;
  568.                     stopTimeS2 = touchTime;
  569.                     stopTimeS3 = touchTime;
  570.                     stopTimeS4 = touchTime;
  571.                     startTimeS1 = touchTime;
  572.                     button0Color[0] = 0;
  573.                     button0Color[1] = 0;
  574.                     button0Color[2] = 0;
  575.                     button1Color[0] = 0;
  576.                     button1Color[1] = 1;
  577.                     button1Color[2] = 0;
  578.                     button2Color[0] = 0;
  579.                     button2Color[1] = 0;
  580.                     button2Color[2] = 0;
  581.                     button3Color[0] = 0;
  582.                     button3Color[1] = 0;
  583.                     button3Color[2] = 0;
  584.                     button4Color[0] = 0;
  585.                     button4Color[1] = 0;
  586.                     button4Color[2] = 0;
  587.  
  588.                 }
  589.  
  590.                 function button2Trigger(touchTime) {
  591.                     on = TRUE;
  592.                     timerStartTime = touchTime;
  593.                     patchState = 2;
  594.                     stopTimeS0 = touchTime;
  595.                     stopTimeS1 = touchTime;
  596.                     startTimeS2 = touchTime;
  597.                     stopTimeS3 = touchTime;
  598.                     stopTimeS4 = touchTime;
  599.                     button0Color[0] = 0;
  600.                     button0Color[1] = 0;
  601.                     button0Color[2] = 0;
  602.                     button1Color[0] = 0;
  603.                     button1Color[1] = 0;
  604.                     button1Color[2] = 0;
  605.                     button2Color[0] = 0;
  606.                     button2Color[1] = 1;
  607.                     button2Color[2] = 0;
  608.                     button3Color[0] = 0;
  609.                     button3Color[1] = 0;
  610.                     button3Color[2] = 0;
  611.                     button4Color[0] = 0;
  612.                     button4Color[1] = 0;
  613.                     button4Color[2] = 0;
  614.  
  615.                 }
  616.  
  617.                 function button3Trigger(touchTime) {
  618.                     on = TRUE;
  619.                     timerStartTime = touchTime;
  620.                     patchState = 3;
  621.                     stopTimeS0 = touchTime;
  622.                     stopTimeS1 = touchTime;
  623.                     stopTimeS2 = touchTime;
  624.                     startTimeS3 = touchTime;
  625.                     stopTimeS4 = touchTime;
  626.                     button0Color[0] = 0;
  627.                     button0Color[1] = 0;
  628.                     button0Color[2] = 0;
  629.                     button1Color[0] = 0;
  630.                     button1Color[1] = 0;
  631.                     button1Color[2] = 0;
  632.                     button2Color[0] = 0;
  633.                     button2Color[1] = 0;
  634.                     button2Color[2] = 0;
  635.                     button3Color[0] = 0;
  636.                     button3Color[1] = 1;
  637.                     button3Color[2] = 0;
  638.                     button4Color[0] = 0;
  639.                     button4Color[1] = 0;
  640.                     button4Color[2] = 0;
  641.  
  642.                 }
  643.  
  644.                 function button4Trigger(touchTime) {
  645.                     on = TRUE;
  646.                     timerStartTime = touchTime;
  647.                     patchState = 4;
  648.                     stopTimeS0 = touchTime;
  649.                     stopTimeS1 = touchTime;
  650.                     stopTimeS2 = touchTime;
  651.                     stopTimeS3 = touchTime;
  652.                     startTimeS4 = touchTime;
  653.                     button0Color[0] = 0;
  654.                     button0Color[1] = 0;
  655.                     button0Color[2] = 0;
  656.                     button1Color[0] = 0;
  657.                     button1Color[1] = 0;
  658.                     button1Color[2] = 0;
  659.                     button2Color[0] = 0;
  660.                     button2Color[1] = 0;
  661.                     button2Color[2] = 0;
  662.                     button3Color[0] = 0;
  663.                     button3Color[1] = 0;
  664.                     button3Color[2] = 0;
  665.                     button4Color[0] = 0;
  666.                     button4Color[1] = 1;
  667.                     button4Color[2] = 0;
  668.  
  669.                 }
  670.  
  671.             "
  672.           }
  673.           DEF TOM2-LOGIC Script {
  674.             eventOut            SFTime            startTimeS0
  675.             eventOut            SFTime            startTimeS1
  676.             eventOut            SFTime            startTimeS2
  677.             eventOut            SFTime            startTimeS3
  678.             eventOut            SFTime            startTimeS4
  679.             eventOut            SFTime            stopTimeS0
  680.             eventOut            SFTime            stopTimeS1
  681.             eventOut            SFTime            stopTimeS2
  682.             eventOut            SFTime            stopTimeS3
  683.             eventOut            SFTime            stopTimeS4
  684.             eventOut            SFColor            button0Color
  685.             eventOut            SFColor            button1Color
  686.             eventOut            SFColor            button2Color
  687.             eventOut            SFColor            button3Color
  688.             eventOut            SFColor            button4Color
  689.             eventOut            SFTime            timerStartTime
  690.             eventOut            SFTime            timerStopTime
  691.             eventIn            SFTime            padTrigger
  692.             eventIn            SFTime            button0Trigger
  693.             eventIn            SFTime            button1Trigger
  694.             eventIn            SFTime            button2Trigger
  695.             eventIn            SFTime            button3Trigger
  696.             eventIn            SFTime            button4Trigger
  697.             field            SFInt32            patchState    0
  698.             field            SFBool            on    FALSE
  699.             url    "vrmlscript:
  700.                 function padTrigger(touchTime) {
  701.                     if (on == FALSE) {
  702.                         on = TRUE;
  703.                         timerStartTime = touchTime;
  704.                         if (patchState == 0) startTimeS0 = touchTime;
  705.                         else if (patchState == 1) startTimeS1 = touchTime;
  706.                         else if (patchState == 2) startTimeS2 = touchTime;
  707.                         else if (patchState == 3) startTimeS3 = touchTime;
  708.                         else if (patchState == 4) startTimeS4 = touchTime;
  709.                     }
  710.                     else {
  711.                         on = FALSE;
  712.                         timerStopTime = touchTime;
  713.                         stopTimeS0 = touchTime;
  714.                         stopTimeS1 = touchTime;
  715.                         stopTimeS2 = touchTime;
  716.                         stopTimeS3 = touchTime;
  717.                         stopTimeS4 = touchTime;
  718.                     }
  719.                 }
  720.  
  721.                 function button0Trigger(touchTime) {
  722.                     on = TRUE;
  723.                     timerStartTime = touchTime;
  724.                     patchState = 0;
  725.                     stopTimeS1 = touchTime;
  726.                     stopTimeS2 = touchTime;
  727.                     stopTimeS3 = touchTime;
  728.                     stopTimeS4 = touchTime;
  729.                     startTimeS0 = touchTime;
  730.             button0Color[0] = 0; 
  731.             button0Color[1] = 1; 
  732.             button0Color[2] = 0; 
  733.             button1Color[0] = 0; 
  734.             button1Color[1] = 0; 
  735.             button1Color[2] = 0; 
  736.             button2Color[0] = 0; 
  737.             button2Color[1] = 0; 
  738.             button2Color[2] = 0; 
  739.             button3Color[0] = 0; 
  740.             button3Color[1] = 0; 
  741.             button3Color[2] = 0; 
  742.             button4Color[0] = 0; 
  743.             button4Color[1] = 0; 
  744.             button4Color[2] = 0; 
  745.                 }
  746.  
  747.                 function button1Trigger(touchTime) {
  748.                     on = TRUE;
  749.                     timerStartTime = touchTime;
  750.                     patchState = 1;
  751.                     stopTimeS0 = touchTime;
  752.                     stopTimeS2 = touchTime;
  753.                     stopTimeS3 = touchTime;
  754.                     stopTimeS4 = touchTime;
  755.                     startTimeS1 = touchTime;
  756.                     button0Color[0] = 0;
  757.                     button0Color[1] = 0;
  758.                     button0Color[2] = 0;
  759.                     button1Color[0] = 0;
  760.                     button1Color[1] = 1;
  761.                     button1Color[2] = 0;
  762.                     button2Color[0] = 0;
  763.                     button2Color[1] = 0;
  764.                     button2Color[2] = 0;
  765.                     button3Color[0] = 0;
  766.                     button3Color[1] = 0;
  767.                     button3Color[2] = 0;
  768.                     button4Color[0] = 0;
  769.                     button4Color[1] = 0;
  770.                     button4Color[2] = 0;
  771.  
  772.                 }
  773.  
  774.                 function button2Trigger(touchTime) {
  775.                     on = TRUE;
  776.                     timerStartTime = touchTime;
  777.                     patchState = 2;
  778.                     stopTimeS0 = touchTime;
  779.                     stopTimeS1 = touchTime;
  780.                     startTimeS2 = touchTime;
  781.                     stopTimeS3 = touchTime;
  782.                     stopTimeS4 = touchTime;
  783.                     button0Color[0] = 0;
  784.                     button0Color[1] = 0;
  785.                     button0Color[2] = 0;
  786.                     button1Color[0] = 0;
  787.                     button1Color[1] = 0;
  788.                     button1Color[2] = 0;
  789.                     button2Color[0] = 0;
  790.                     button2Color[1] = 1;
  791.                     button2Color[2] = 0;
  792.                     button3Color[0] = 0;
  793.                     button3Color[1] = 0;
  794.                     button3Color[2] = 0;
  795.                     button4Color[0] = 0;
  796.                     button4Color[1] = 0;
  797.                     button4Color[2] = 0;
  798.  
  799.                 }
  800.  
  801.                 function button3Trigger(touchTime) {
  802.                     on = TRUE;
  803.                     timerStartTime = touchTime;
  804.                     patchState = 3;
  805.                     stopTimeS0 = touchTime;
  806.                     stopTimeS1 = touchTime;
  807.                     stopTimeS2 = touchTime;
  808.                     startTimeS3 = touchTime;
  809.                     stopTimeS4 = touchTime;
  810.                     button0Color[0] = 0;
  811.                     button0Color[1] = 0;
  812.                     button0Color[2] = 0;
  813.                     button1Color[0] = 0;
  814.                     button1Color[1] = 0;
  815.                     button1Color[2] = 0;
  816.                     button2Color[0] = 0;
  817.                     button2Color[1] = 0;
  818.                     button2Color[2] = 0;
  819.                     button3Color[0] = 0;
  820.                     button3Color[1] = 1;
  821.                     button3Color[2] = 0;
  822.                     button4Color[0] = 0;
  823.                     button4Color[1] = 0;
  824.                     button4Color[2] = 0;
  825.  
  826.                 }
  827.  
  828.                 function button4Trigger(touchTime) {
  829.                     on = TRUE;
  830.                     timerStartTime = touchTime;
  831.                     patchState = 4;
  832.                     stopTimeS0 = touchTime;
  833.                     stopTimeS1 = touchTime;
  834.                     stopTimeS2 = touchTime;
  835.                     stopTimeS3 = touchTime;
  836.                     startTimeS4 = touchTime;
  837.                     button0Color[0] = 0;
  838.                     button0Color[1] = 0;
  839.                     button0Color[2] = 0;
  840.                     button1Color[0] = 0;
  841.                     button1Color[1] = 0;
  842.                     button1Color[2] = 0;
  843.                     button2Color[0] = 0;
  844.                     button2Color[1] = 0;
  845.                     button2Color[2] = 0;
  846.                     button3Color[0] = 0;
  847.                     button3Color[1] = 0;
  848.                     button3Color[2] = 0;
  849.                     button4Color[0] = 0;
  850.                     button4Color[1] = 1;
  851.                     button4Color[2] = 0;
  852.  
  853.                 }
  854.  
  855.             "
  856.           }
  857.           DEF TOM3-LOGIC Script {
  858.             eventOut            SFTime            startTimeS0
  859.             eventOut            SFTime            startTimeS1
  860.             eventOut            SFTime            startTimeS2
  861.             eventOut            SFTime            startTimeS3
  862.             eventOut            SFTime            startTimeS4
  863.             eventOut            SFTime            stopTimeS0
  864.             eventOut            SFTime            stopTimeS1
  865.             eventOut            SFTime            stopTimeS2
  866.             eventOut            SFTime            stopTimeS3
  867.             eventOut            SFTime            stopTimeS4
  868.             eventOut            SFColor            button0Color
  869.             eventOut            SFColor            button1Color
  870.             eventOut            SFColor            button2Color
  871.             eventOut            SFColor            button3Color
  872.             eventOut            SFColor            button4Color
  873.             eventOut            SFTime            timerStartTime
  874.             eventOut            SFTime            timerStopTime
  875.             eventIn            SFTime            padTrigger
  876.             eventIn            SFTime            button0Trigger
  877.             eventIn            SFTime            button1Trigger
  878.             eventIn            SFTime            button2Trigger
  879.             eventIn            SFTime            button3Trigger
  880.             eventIn            SFTime            button4Trigger
  881.             field            SFInt32            patchState    0
  882.             field            SFBool            on    FALSE
  883.             url    "vrmlscript:
  884.                 function padTrigger(touchTime) {
  885.                     if (on == FALSE) {
  886.                         on = TRUE;
  887.                         timerStartTime = touchTime;
  888.                         if (patchState == 0) startTimeS0 = touchTime;
  889.                         else if (patchState == 1) startTimeS1 = touchTime;
  890.                         else if (patchState == 2) startTimeS2 = touchTime;
  891.                         else if (patchState == 3) startTimeS3 = touchTime;
  892.                         else if (patchState == 4) startTimeS4 = touchTime;
  893.                     }
  894.                     else {
  895.                         on = FALSE;
  896.                         timerStopTime = touchTime;
  897.                         stopTimeS0 = touchTime;
  898.                         stopTimeS1 = touchTime;
  899.                         stopTimeS2 = touchTime;
  900.                         stopTimeS3 = touchTime;
  901.                         stopTimeS4 = touchTime;
  902.                     }
  903.                 }
  904.  
  905.                 function button0Trigger(touchTime) {
  906.                     on = TRUE;
  907.                     timerStartTime = touchTime;
  908.                     patchState = 0;
  909.                     stopTimeS1 = touchTime;
  910.                     stopTimeS2 = touchTime;
  911.                     stopTimeS3 = touchTime;
  912.                     stopTimeS4 = touchTime;
  913.                     startTimeS0 = touchTime;
  914.             button0Color[0] = 0; 
  915.             button0Color[1] = 1; 
  916.             button0Color[2] = 0; 
  917.             button1Color[0] = 0; 
  918.             button1Color[1] = 0; 
  919.             button1Color[2] = 0; 
  920.             button2Color[0] = 0; 
  921.             button2Color[1] = 0; 
  922.             button2Color[2] = 0; 
  923.             button3Color[0] = 0; 
  924.             button3Color[1] = 0; 
  925.             button3Color[2] = 0; 
  926.             button4Color[0] = 0; 
  927.             button4Color[1] = 0; 
  928.             button4Color[2] = 0; 
  929.                 }
  930.  
  931.                 function button1Trigger(touchTime) {
  932.                     on = TRUE;
  933.                     timerStartTime = touchTime;
  934.                     patchState = 1;
  935.                     stopTimeS0 = touchTime;
  936.                     stopTimeS2 = touchTime;
  937.                     stopTimeS3 = touchTime;
  938.                     stopTimeS4 = touchTime;
  939.                     startTimeS1 = touchTime;
  940.                     button0Color[0] = 0;
  941.                     button0Color[1] = 0;
  942.                     button0Color[2] = 0;
  943.                     button1Color[0] = 0;
  944.                     button1Color[1] = 1;
  945.                     button1Color[2] = 0;
  946.                     button2Color[0] = 0;
  947.                     button2Color[1] = 0;
  948.                     button2Color[2] = 0;
  949.                     button3Color[0] = 0;
  950.                     button3Color[1] = 0;
  951.                     button3Color[2] = 0;
  952.                     button4Color[0] = 0;
  953.                     button4Color[1] = 0;
  954.                     button4Color[2] = 0;
  955.  
  956.                 }
  957.  
  958.                 function button2Trigger(touchTime) {
  959.                     on = TRUE;
  960.                     timerStartTime = touchTime;
  961.                     patchState = 2;
  962.                     stopTimeS0 = touchTime;
  963.                     stopTimeS1 = touchTime;
  964.                     startTimeS2 = touchTime;
  965.                     stopTimeS3 = touchTime;
  966.                     stopTimeS4 = touchTime;
  967.                     button0Color[0] = 0;
  968.                     button0Color[1] = 0;
  969.                     button0Color[2] = 0;
  970.                     button1Color[0] = 0;
  971.                     button1Color[1] = 0;
  972.                     button1Color[2] = 0;
  973.                     button2Color[0] = 0;
  974.                     button2Color[1] = 1;
  975.                     button2Color[2] = 0;
  976.                     button3Color[0] = 0;
  977.                     button3Color[1] = 0;
  978.                     button3Color[2] = 0;
  979.                     button4Color[0] = 0;
  980.                     button4Color[1] = 0;
  981.                     button4Color[2] = 0;
  982.  
  983.                 }
  984.  
  985.                 function button3Trigger(touchTime) {
  986.                     on = TRUE;
  987.                     timerStartTime = touchTime;
  988.                     patchState = 3;
  989.                     stopTimeS0 = touchTime;
  990.                     stopTimeS1 = touchTime;
  991.                     stopTimeS2 = touchTime;
  992.                     startTimeS3 = touchTime;
  993.                     stopTimeS4 = touchTime;
  994.                     button0Color[0] = 0;
  995.                     button0Color[1] = 0;
  996.                     button0Color[2] = 0;
  997.                     button1Color[0] = 0;
  998.                     button1Color[1] = 0;
  999.                     button1Color[2] = 0;
  1000.                     button2Color[0] = 0;
  1001.                     button2Color[1] = 0;
  1002.                     button2Color[2] = 0;
  1003.                     button3Color[0] = 0;
  1004.                     button3Color[1] = 1;
  1005.                     button3Color[2] = 0;
  1006.                     button4Color[0] = 0;
  1007.                     button4Color[1] = 0;
  1008.                     button4Color[2] = 0;
  1009.  
  1010.                 }
  1011.  
  1012.                 function button4Trigger(touchTime) {
  1013.                     on = TRUE;
  1014.                     timerStartTime = touchTime;
  1015.                     patchState = 4;
  1016.                     stopTimeS0 = touchTime;
  1017.                     stopTimeS1 = touchTime;
  1018.                     stopTimeS2 = touchTime;
  1019.                     stopTimeS3 = touchTime;
  1020.                     startTimeS4 = touchTime;
  1021.                     button0Color[0] = 0;
  1022.                     button0Color[1] = 0;
  1023.                     button0Color[2] = 0;
  1024.                     button1Color[0] = 0;
  1025.                     button1Color[1] = 0;
  1026.                     button1Color[2] = 0;
  1027.                     button2Color[0] = 0;
  1028.                     button2Color[1] = 0;
  1029.                     button2Color[2] = 0;
  1030.                     button3Color[0] = 0;
  1031.                     button3Color[1] = 0;
  1032.                     button3Color[2] = 0;
  1033.                     button4Color[0] = 0;
  1034.                     button4Color[1] = 1;
  1035.                     button4Color[2] = 0;
  1036.  
  1037.                 }
  1038.  
  1039.             "
  1040.           }
  1041.           DEF TOM4-LOGIC Script {
  1042.             eventOut            SFTime            startTimeS0
  1043.             eventOut            SFTime            startTimeS1
  1044.             eventOut            SFTime            startTimeS2
  1045.             eventOut            SFTime            startTimeS3
  1046.             eventOut            SFTime            startTimeS4
  1047.             eventOut            SFTime            stopTimeS0
  1048.             eventOut            SFTime            stopTimeS1
  1049.             eventOut            SFTime            stopTimeS2
  1050.             eventOut            SFTime            stopTimeS3
  1051.             eventOut            SFTime            stopTimeS4
  1052.             eventOut            SFColor            button0Color
  1053.             eventOut            SFColor            button1Color
  1054.             eventOut            SFColor            button2Color
  1055.             eventOut            SFColor            button3Color
  1056.             eventOut            SFColor            button4Color
  1057.             eventOut            SFTime            timerStartTime
  1058.             eventOut            SFTime            timerStopTime
  1059.             eventIn            SFTime            padTrigger
  1060.             eventIn            SFTime            button0Trigger
  1061.             eventIn            SFTime            button1Trigger
  1062.             eventIn            SFTime            button2Trigger
  1063.             eventIn            SFTime            button3Trigger
  1064.             eventIn            SFTime            button4Trigger
  1065.             field            SFInt32            patchState    0
  1066.             field            SFBool            on    FALSE
  1067.             url    "vrmlscript:
  1068.                 function padTrigger(touchTime) {
  1069.                     if (on == FALSE) {
  1070.                         on = TRUE;
  1071.                         timerStartTime = touchTime;
  1072.                         if (patchState == 0) startTimeS0 = touchTime;
  1073.                         else if (patchState == 1) startTimeS1 = touchTime;
  1074.                         else if (patchState == 2) startTimeS2 = touchTime;
  1075.                         else if (patchState == 3) startTimeS3 = touchTime;
  1076.                         else if (patchState == 4) startTimeS4 = touchTime;
  1077.                     }
  1078.                     else {
  1079.                         on = FALSE;
  1080.                         timerStopTime = touchTime;
  1081.                         stopTimeS0 = touchTime;
  1082.                         stopTimeS1 = touchTime;
  1083.                         stopTimeS2 = touchTime;
  1084.                         stopTimeS3 = touchTime;
  1085.                         stopTimeS4 = touchTime;
  1086.                     }
  1087.                 }
  1088.  
  1089.                 function button0Trigger(touchTime) {
  1090.                     on = TRUE;
  1091.                     timerStartTime = touchTime;
  1092.                     patchState = 0;
  1093.                     stopTimeS1 = touchTime;
  1094.                     stopTimeS2 = touchTime;
  1095.                     stopTimeS3 = touchTime;
  1096.                     stopTimeS4 = touchTime;
  1097.                     startTimeS0 = touchTime;
  1098.             button0Color[0] = 0; 
  1099.             button0Color[1] = 1; 
  1100.             button0Color[2] = 0; 
  1101.             button1Color[0] = 0; 
  1102.             button1Color[1] = 0; 
  1103.             button1Color[2] = 0; 
  1104.             button2Color[0] = 0; 
  1105.             button2Color[1] = 0; 
  1106.             button2Color[2] = 0; 
  1107.             button3Color[0] = 0; 
  1108.             button3Color[1] = 0; 
  1109.             button3Color[2] = 0; 
  1110.             button4Color[0] = 0; 
  1111.             button4Color[1] = 0; 
  1112.             button4Color[2] = 0; 
  1113.                 }
  1114.  
  1115.                 function button1Trigger(touchTime) {
  1116.                     on = TRUE;
  1117.                     timerStartTime = touchTime;
  1118.                     patchState = 1;
  1119.                     stopTimeS0 = touchTime;
  1120.                     stopTimeS2 = touchTime;
  1121.                     stopTimeS3 = touchTime;
  1122.                     stopTimeS4 = touchTime;
  1123.                     startTimeS1 = touchTime;
  1124.                     button0Color[0] = 0;
  1125.                     button0Color[1] = 0;
  1126.                     button0Color[2] = 0;
  1127.                     button1Color[0] = 0;
  1128.                     button1Color[1] = 1;
  1129.                     button1Color[2] = 0;
  1130.                     button2Color[0] = 0;
  1131.                     button2Color[1] = 0;
  1132.                     button2Color[2] = 0;
  1133.                     button3Color[0] = 0;
  1134.                     button3Color[1] = 0;
  1135.                     button3Color[2] = 0;
  1136.                     button4Color[0] = 0;
  1137.                     button4Color[1] = 0;
  1138.                     button4Color[2] = 0;
  1139.  
  1140.                 }
  1141.  
  1142.                 function button2Trigger(touchTime) {
  1143.                     on = TRUE;
  1144.                     timerStartTime = touchTime;
  1145.                     patchState = 2;
  1146.                     stopTimeS0 = touchTime;
  1147.                     stopTimeS1 = touchTime;
  1148.                     startTimeS2 = touchTime;
  1149.                     stopTimeS3 = touchTime;
  1150.                     stopTimeS4 = touchTime;
  1151.                     button0Color[0] = 0;
  1152.                     button0Color[1] = 0;
  1153.                     button0Color[2] = 0;
  1154.                     button1Color[0] = 0;
  1155.                     button1Color[1] = 0;
  1156.                     button1Color[2] = 0;
  1157.                     button2Color[0] = 0;
  1158.                     button2Color[1] = 1;
  1159.                     button2Color[2] = 0;
  1160.                     button3Color[0] = 0;
  1161.                     button3Color[1] = 0;
  1162.                     button3Color[2] = 0;
  1163.                     button4Color[0] = 0;
  1164.                     button4Color[1] = 0;
  1165.                     button4Color[2] = 0;
  1166.  
  1167.                 }
  1168.  
  1169.                 function button3Trigger(touchTime) {
  1170.                     on = TRUE;
  1171.                     timerStartTime = touchTime;
  1172.                     patchState = 3;
  1173.                     stopTimeS0 = touchTime;
  1174.                     stopTimeS1 = touchTime;
  1175.                     stopTimeS2 = touchTime;
  1176.                     startTimeS3 = touchTime;
  1177.                     stopTimeS4 = touchTime;
  1178.                     button0Color[0] = 0;
  1179.                     button0Color[1] = 0;
  1180.                     button0Color[2] = 0;
  1181.                     button1Color[0] = 0;
  1182.                     button1Color[1] = 0;
  1183.                     button1Color[2] = 0;
  1184.                     button2Color[0] = 0;
  1185.                     button2Color[1] = 0;
  1186.                     button2Color[2] = 0;
  1187.                     button3Color[0] = 0;
  1188.                     button3Color[1] = 1;
  1189.                     button3Color[2] = 0;
  1190.                     button4Color[0] = 0;
  1191.                     button4Color[1] = 0;
  1192.                     button4Color[2] = 0;
  1193.  
  1194.                 }
  1195.  
  1196.                 function button4Trigger(touchTime) {
  1197.                     on = TRUE;
  1198.                     timerStartTime = touchTime;
  1199.                     patchState = 4;
  1200.                     stopTimeS0 = touchTime;
  1201.                     stopTimeS1 = touchTime;
  1202.                     stopTimeS2 = touchTime;
  1203.                     stopTimeS3 = touchTime;
  1204.                     startTimeS4 = touchTime;
  1205.                     button0Color[0] = 0;
  1206.                     button0Color[1] = 0;
  1207.                     button0Color[2] = 0;
  1208.                     button1Color[0] = 0;
  1209.                     button1Color[1] = 0;
  1210.                     button1Color[2] = 0;
  1211.                     button2Color[0] = 0;
  1212.                     button2Color[1] = 0;
  1213.                     button2Color[2] = 0;
  1214.                     button3Color[0] = 0;
  1215.                     button3Color[1] = 0;
  1216.                     button3Color[2] = 0;
  1217.                     button4Color[0] = 0;
  1218.                     button4Color[1] = 1;
  1219.                     button4Color[2] = 0;
  1220.  
  1221.                 }
  1222.  
  1223.             "
  1224.           }
  1225.           DEF CYBERGOURDS-ROOT Group {
  1226.             children    [
  1227.               DEF PAD-ROOT Transform {
  1228.             children    [
  1229.               DEF PAD-TRIGGER TouchSensor {
  1230.               }
  1231.               DEF PAD-TIMER TimeSensor {
  1232.                 cycleInterval    0.5
  1233.                 startTime    0
  1234.                 stopTime    1
  1235.               }
  1236.               DEF PAD-FLASHER ColorInterpolator {
  1237.                 key    [ 0, 0.5, 1 ]
  1238.                 keyValue    [ 0 0 0,
  1239.                       0.3 0.5 0.25,
  1240.                       0 0 0 ]
  1241.               }
  1242.               Transform {
  1243.                 children    Shape {
  1244.                   appearance    Appearance {
  1245.                 material    DEF PAD-MAT Material {
  1246.                   ambientIntensity    0.25
  1247.                   diffuseColor    0.510609 0.17264 0.0598717
  1248.                   specularColor    0.533333 0.533333 0.533333
  1249.                   emissiveColor    0 0 0
  1250.                   shininess    0.933333
  1251.                   transparency    0
  1252.                 }
  1253.  
  1254.                 texture    DEF SCRATCH-PAD-TEX ImageTexture {
  1255.                   url    "Textures/el_1288_.jpg"
  1256.                   repeatS    TRUE
  1257.                   repeatT    TRUE
  1258.                 }
  1259.  
  1260.                 textureTransform    TextureTransform {
  1261.                   translation    0 0
  1262.                   rotation    0
  1263.                   scale    3 2
  1264.                   center    0.5 0.5
  1265.                 }
  1266.  
  1267.                   }
  1268.  
  1269.                   geometry    IndexedFaceSet {
  1270.                 coord    Coordinate {
  1271.                   point    [ 1 0 0,
  1272.                         0.970142 0.242536 0,
  1273.                         0.970142 0 0.242536,
  1274.                         0.904534 0.301511 0.301511,
  1275.                         0.83205 0 0.5547,
  1276.                         0.666667 0.333333 0.666667,
  1277.                         0.5547 0 0.83205,
  1278.                         0.301511 0.301511 0.904534,
  1279.                         0.242536 0 0.970142,
  1280.                         0 0.242536 0.970142,
  1281.                         0 0 1,
  1282.                         0.83205 0.5547 0,
  1283.                         0.666667 0.666667 0.333333,
  1284.                         0.333333 0.666667 0.666667,
  1285.                         0 0.5547 0.83205,
  1286.                         0.5547 0.83205 0,
  1287.                         0.301511 0.904534 0.301511,
  1288.                         0 0.83205 0.5547,
  1289.                         0.242536 0.970142 0,
  1290.                         0 0.970142 0.242536,
  1291.                         0 1 0,
  1292.                         -0.242536 0 0.970142,
  1293.                         -0.301511 0.301511 0.904534,
  1294.                         -0.5547 0 0.83205,
  1295.                         -0.666667 0.333333 0.666667,
  1296.                         -0.83205 0 0.5547,
  1297.                         -0.904534 0.301511 0.301511,
  1298.                         -0.970142 0 0.242536,
  1299.                         -0.970142 0.242536 0,
  1300.                         -1 0 0,
  1301.                         -0.333333 0.666667 0.666667,
  1302.                         -0.666667 0.666667 0.333333,
  1303.                         -0.83205 0.5547 0,
  1304.                         -0.301511 0.904534 0.301511,
  1305.                         -0.5547 0.83205 0,
  1306.                         -0.242536 0.970142 0,
  1307.                         0 -0.242536 0.970142,
  1308.                         0.301511 -0.301511 0.904534,
  1309.                         0.666667 -0.333333 0.666667,
  1310.                         0.904534 -0.301511 0.301511,
  1311.                         0.970142 -0.242536 0,
  1312.                         0 -0.5547 0.83205,
  1313.                         0.333333 -0.666667 0.666667,
  1314.                         0.666667 -0.666667 0.333333,
  1315.                         0.83205 -0.5547 0,
  1316.                         0 -0.83205 0.5547,
  1317.                         0.301511 -0.904534 0.301511,
  1318.                         0.5547 -0.83205 0,
  1319.                         0 -0.970142 0.242536,
  1320.                         0.242536 -0.970142 0,
  1321.                         0 -1 0,
  1322.                         -0.970142 -0.242536 0,
  1323.                         -0.904534 -0.301511 0.301511,
  1324.                         -0.666667 -0.333333 0.666667,
  1325.                         -0.301511 -0.301511 0.904534,
  1326.                         -0.83205 -0.5547 0,
  1327.                         -0.666667 -0.666667 0.333333,
  1328.                         -0.333333 -0.666667 0.666667,
  1329.                         -0.5547 -0.83205 0,
  1330.                         -0.301511 -0.904534 0.301511,
  1331.                         -0.242536 -0.970142 0,
  1332.                         0 0 -1,
  1333.                         0 0.242536 -0.970142,
  1334.                         0.242536 0 -0.970142,
  1335.                         0.301511 0.301511 -0.904534,
  1336.                         0.5547 0 -0.83205,
  1337.                         0.666667 0.333333 -0.666667,
  1338.                         0.83205 0 -0.5547,
  1339.                         0.904534 0.301511 -0.301511,
  1340.                         0.970142 0 -0.242536,
  1341.                         0 0.5547 -0.83205,
  1342.                         0.333333 0.666667 -0.666667,
  1343.                         0.666667 0.666667 -0.333333,
  1344.                         0 0.83205 -0.5547,
  1345.                         0.301511 0.904534 -0.301511,
  1346.                         0 0.970142 -0.242536,
  1347.                         -0.970142 0 -0.242536,
  1348.                         -0.904534 0.301511 -0.301511,
  1349.                         -0.83205 0 -0.5547,
  1350.                         -0.666667 0.333333 -0.666667,
  1351.                         -0.5547 0 -0.83205,
  1352.                         -0.301511 0.301511 -0.904534,
  1353.                         -0.242536 0 -0.970142,
  1354.                         -0.666667 0.666667 -0.333333,
  1355.                         -0.333333 0.666667 -0.666667,
  1356.                         -0.301511 0.904534 -0.301511,
  1357.                         0.904534 -0.301511 -0.301511,
  1358.                         0.666667 -0.333333 -0.666667,
  1359.                         0.301511 -0.301511 -0.904534,
  1360.                         0 -0.242536 -0.970142,
  1361.                         0.666667 -0.666667 -0.333333,
  1362.                         0.333333 -0.666667 -0.666667,
  1363.                         0 -0.5547 -0.83205,
  1364.                         0.301511 -0.904534 -0.301511,
  1365.                         0 -0.83205 -0.5547,
  1366.                         0 -0.970142 -0.242536,
  1367.                         -0.301511 -0.301511 -0.904534,
  1368.                         -0.666667 -0.333333 -0.666667,
  1369.                         -0.904534 -0.301511 -0.301511,
  1370.                         -0.333333 -0.666667 -0.666667,
  1371.                         -0.666667 -0.666667 -0.333333,
  1372.                         -0.301511 -0.904534 -0.301511 ]
  1373.                 }
  1374.  
  1375.                 color    Color {
  1376.                   color    0.510609 0.17264 0.0598717
  1377.                 }
  1378.  
  1379.                 coordIndex    [ 0, 1, 2, -1, 2, 1, 3, -1,
  1380.                       2, 3, 4, -1, 4, 3, 5, -1,
  1381.                       4, 5, 6, -1, 6, 5, 7, -1,
  1382.                       6, 7, 8, -1, 8, 7, 9, -1,
  1383.                       8, 9, 10, -1, 1, 11, 3, -1,
  1384.                       3, 11, 12, -1, 3, 12, 5, -1,
  1385.                       5, 12, 13, -1, 5, 13, 7, -1,
  1386.                       7, 13, 14, -1, 7, 14, 9, -1,
  1387.                       11, 15, 12, -1, 12, 15, 16, -1,
  1388.                       12, 16, 13, -1, 13, 16, 17, -1,
  1389.                       13, 17, 14, -1, 15, 18, 16, -1,
  1390.                       16, 18, 19, -1, 16, 19, 17, -1,
  1391.                       19, 18, 20, -1, 10, 9, 21, -1,
  1392.                       21, 9, 22, -1, 21, 22, 23, -1,
  1393.                       23, 22, 24, -1, 23, 24, 25, -1,
  1394.                       25, 24, 26, -1, 25, 26, 27, -1,
  1395.                       27, 26, 28, -1, 27, 28, 29, -1,
  1396.                       9, 14, 22, -1, 22, 14, 30, -1,
  1397.                       22, 30, 24, -1, 24, 30, 31, -1,
  1398.                       24, 31, 26, -1, 26, 31, 32, -1,
  1399.                       26, 32, 28, -1, 14, 17, 30, -1,
  1400.                       30, 17, 33, -1, 30, 33, 31, -1,
  1401.                       31, 33, 34, -1, 31, 34, 32, -1,
  1402.                       17, 19, 33, -1, 33, 19, 35, -1,
  1403.                       33, 35, 34, -1, 35, 19, 20, -1,
  1404.                       10, 36, 8, -1, 8, 36, 37, -1,
  1405.                       8, 37, 6, -1, 6, 37, 38, -1,
  1406.                       6, 38, 4, -1, 4, 38, 39, -1,
  1407.                       4, 39, 2, -1, 2, 39, 40, -1,
  1408.                       2, 40, 0, -1, 36, 41, 37, -1,
  1409.                       37, 41, 42, -1, 37, 42, 38, -1,
  1410.                       38, 42, 43, -1, 38, 43, 39, -1,
  1411.                       39, 43, 44, -1, 39, 44, 40, -1,
  1412.                       41, 45, 42, -1, 42, 45, 46, -1,
  1413.                       42, 46, 43, -1, 43, 46, 47, -1,
  1414.                       43, 47, 44, -1, 45, 48, 46, -1,
  1415.                       46, 48, 49, -1, 46, 49, 47, -1,
  1416.                       49, 48, 50, -1, 29, 51, 27, -1,
  1417.                       27, 51, 52, -1, 27, 52, 25, -1,
  1418.                       25, 52, 53, -1, 25, 53, 23, -1,
  1419.                       23, 53, 54, -1, 23, 54, 21, -1,
  1420.                       21, 54, 36, -1, 21, 36, 10, -1,
  1421.                       51, 55, 52, -1, 52, 55, 56, -1,
  1422.                       52, 56, 53, -1, 53, 56, 57, -1,
  1423.                       53, 57, 54, -1, 54, 57, 41, -1,
  1424.                       54, 41, 36, -1, 55, 58, 56, -1,
  1425.                       56, 58, 59, -1, 56, 59, 57, -1,
  1426.                       57, 59, 45, -1, 57, 45, 41, -1,
  1427.                       58, 60, 59, -1, 59, 60, 48, -1,
  1428.                       59, 48, 45, -1, 48, 60, 50, -1,
  1429.                       61, 62, 63, -1, 63, 62, 64, -1,
  1430.                       63, 64, 65, -1, 65, 64, 66, -1,
  1431.                       65, 66, 67, -1, 67, 66, 68, -1,
  1432.                       67, 68, 69, -1, 69, 68, 1, -1,
  1433.                       69, 1, 0, -1, 62, 70, 64, -1,
  1434.                       64, 70, 71, -1, 64, 71, 66, -1,
  1435.                       66, 71, 72, -1, 66, 72, 68, -1,
  1436.                       68, 72, 11, -1, 68, 11, 1, -1,
  1437.                       70, 73, 71, -1, 71, 73, 74, -1,
  1438.                       71, 74, 72, -1, 72, 74, 15, -1,
  1439.                       72, 15, 11, -1, 73, 75, 74, -1,
  1440.                       74, 75, 18, -1, 74, 18, 15, -1,
  1441.                       18, 75, 20, -1, 29, 28, 76, -1,
  1442.                       76, 28, 77, -1, 76, 77, 78, -1,
  1443.                       78, 77, 79, -1, 78, 79, 80, -1,
  1444.                       80, 79, 81, -1, 80, 81, 82, -1,
  1445.                       82, 81, 62, -1, 82, 62, 61, -1,
  1446.                       28, 32, 77, -1, 77, 32, 83, -1,
  1447.                       77, 83, 79, -1, 79, 83, 84, -1,
  1448.                       79, 84, 81, -1, 81, 84, 70, -1,
  1449.                       81, 70, 62, -1, 32, 34, 83, -1,
  1450.                       83, 34, 85, -1, 83, 85, 84, -1,
  1451.                       84, 85, 73, -1, 84, 73, 70, -1,
  1452.                       34, 35, 85, -1, 85, 35, 75, -1,
  1453.                       85, 75, 73, -1, 75, 35, 20, -1,
  1454.                       0, 40, 69, -1, 69, 40, 86, -1,
  1455.                       69, 86, 67, -1, 67, 86, 87, -1,
  1456.                       67, 87, 65, -1, 65, 87, 88, -1,
  1457.                       65, 88, 63, -1, 63, 88, 89, -1,
  1458.                       63, 89, 61, -1, 40, 44, 86, -1,
  1459.                       86, 44, 90, -1, 86, 90, 87, -1,
  1460.                       87, 90, 91, -1, 87, 91, 88, -1,
  1461.                       88, 91, 92, -1, 88, 92, 89, -1,
  1462.                       44, 47, 90, -1, 90, 47, 93, -1,
  1463.                       90, 93, 91, -1, 91, 93, 94, -1,
  1464.                       91, 94, 92, -1, 47, 49, 93, -1,
  1465.                       93, 49, 95, -1, 93, 95, 94, -1,
  1466.                       95, 49, 50, -1, 61, 89, 82, -1,
  1467.                       82, 89, 96, -1, 82, 96, 80, -1,
  1468.                       80, 96, 97, -1, 80, 97, 78, -1,
  1469.                       78, 97, 98, -1, 78, 98, 76, -1,
  1470.                       76, 98, 51, -1, 76, 51, 29, -1,
  1471.                       89, 92, 96, -1, 96, 92, 99, -1,
  1472.                       96, 99, 97, -1, 97, 99, 100, -1,
  1473.                       97, 100, 98, -1, 98, 100, 55, -1,
  1474.                       98, 55, 51, -1, 92, 94, 99, -1,
  1475.                       99, 94, 101, -1, 99, 101, 100, -1,
  1476.                       100, 101, 58, -1, 100, 58, 55, -1,
  1477.                       94, 95, 101, -1, 101, 95, 60, -1,
  1478.                       101, 60, 58, -1, 60, 95, 50, -1 ]
  1479.                 colorIndex    [ 0, 0, 0, 0, 0, 0, 0, 0,
  1480.                       0, 0, 0, 0, 0, 0, 0, 0,
  1481.                       0, 0, 0, 0, 0, 0, 0, 0,
  1482.                       0, 0, 0, 0, 0, 0, 0, 0,
  1483.                       0, 0, 0, 0, 0, 0, 0, 0,
  1484.                       0, 0, 0, 0, 0, 0, 0, 0,
  1485.                       0, 0, 0, 0, 0, 0, 0, 0,
  1486.                       0, 0, 0, 0, 0, 0, 0, 0,
  1487.                       0, 0, 0, 0, 0, 0, 0, 0,
  1488.                       0, 0, 0, 0, 0, 0, 0, 0,
  1489.                       0, 0, 0, 0, 0, 0, 0, 0,
  1490.                       0, 0, 0, 0, 0, 0, 0, 0,
  1491.                       0, 0, 0, 0, 0, 0, 0, 0,
  1492.                       0, 0, 0, 0, 0, 0, 0, 0,
  1493.                       0, 0, 0, 0, 0, 0, 0, 0,
  1494.                       0, 0, 0, 0, 0, 0, 0, 0,
  1495.                       0, 0, 0, 0, 0, 0, 0, 0,
  1496.                       0, 0, 0, 0, 0, 0, 0, 0,
  1497.                       0, 0, 0, 0, 0, 0, 0, 0,
  1498.                       0, 0, 0, 0, 0, 0, 0, 0,
  1499.                       0, 0, 0, 0, 0, 0, 0, 0,
  1500.                       0, 0, 0, 0, 0, 0, 0, 0,
  1501.                       0, 0, 0, 0, 0, 0, 0, 0,
  1502.                       0, 0, 0, 0, 0, 0, 0, 0,
  1503.                       0, 0, 0, 0, 0, 0, 0, 0 ]
  1504.                 texCoord    TextureCoordinate {
  1505.                   point    [ 0.749757 0.5,
  1506.                         0.749757 0.577903,
  1507.                         0.710805 0.5,
  1508.                         0.698598 0.597396,
  1509.                         0.656264 0.5,
  1510.                         0.624878 0.608068,
  1511.                         0.593492 0.5,
  1512.                         0.551158 0.597396,
  1513.                         0.538952 0.5,
  1514.                         0.5 0.577903,
  1515.                         0.5 0.5,
  1516.                         0.749757 0.686985,
  1517.                         0.676037 0.732053,
  1518.                         0.57372 0.732053,
  1519.                         0.5 0.686985,
  1520.                         0.749757 0.812528,
  1521.                         0.624878 0.859431,
  1522.                         0.5 0.812528,
  1523.                         0.749757 0.92161,
  1524.                         0.5 0.92161,
  1525.                         0.624878 1,
  1526.                         0.461048 0.5,
  1527.                         0.448842 0.597396,
  1528.                         0.406508 0.5,
  1529.                         0.375122 0.608068,
  1530.                         0.343736 0.5,
  1531.                         0.301402 0.597396,
  1532.                         0.289195 0.5,
  1533.                         0.250243 0.577903,
  1534.                         0.250243 0.5,
  1535.                         0.42628 0.732053,
  1536.                         0.323963 0.732053,
  1537.                         0.250243 0.686985,
  1538.                         0.375122 0.859431,
  1539.                         0.250243 0.812528,
  1540.                         0.250243 0.92161,
  1541.                         0.375122 1,
  1542.                         0.5 0.422097,
  1543.                         0.551158 0.402604,
  1544.                         0.624878 0.391932,
  1545.                         0.698598 0.402604,
  1546.                         0.749757 0.422097,
  1547.                         0.5 0.313015,
  1548.                         0.57372 0.267947,
  1549.                         0.676037 0.267947,
  1550.                         0.749757 0.313015,
  1551.                         0.5 0.187472,
  1552.                         0.624878 0.140569,
  1553.                         0.749757 0.187472,
  1554.                         0.5 0.07839,
  1555.                         0.749757 0.07839,
  1556.                         0.624878 0,
  1557.                         0.250243 0.422097,
  1558.                         0.301402 0.402604,
  1559.                         0.375122 0.391932,
  1560.                         0.448842 0.402604,
  1561.                         0.250243 0.313015,
  1562.                         0.323963 0.267947,
  1563.                         0.42628 0.267947,
  1564.                         0.250243 0.187472,
  1565.                         0.375122 0.140569,
  1566.                         0.250243 0.07839,
  1567.                         0.375122 0,
  1568.                         0.999513 0.5,
  1569.                         0.999513 0.577903,
  1570.                         0.960562 0.5,
  1571.                         0.948355 0.597396,
  1572.                         0.906021 0.5,
  1573.                         0.874635 0.608068,
  1574.                         0.843249 0.5,
  1575.                         0.800915 0.597396,
  1576.                         0.788708 0.5,
  1577.                         0.999513 0.686985,
  1578.                         0.925793 0.732053,
  1579.                         0.823477 0.732053,
  1580.                         0.999513 0.812528,
  1581.                         0.874635 0.859431,
  1582.                         0.999513 0.92161,
  1583.                         0.874635 1,
  1584.                         0.211292 0.5,
  1585.                         0.199085 0.597396,
  1586.                         0.156751 0.5,
  1587.                         0.125365 0.608068,
  1588.                         0.0939791 0.5,
  1589.                         0.0516451 0.597396,
  1590.                         0.0394384 0.5,
  1591.                         0.000486754 0.577903,
  1592.                         0.000486754 0.5,
  1593.                         0.176523 0.732053,
  1594.                         0.0742067 0.732053,
  1595.                         0.000486754 0.686985,
  1596.                         0.125365 0.859431,
  1597.                         0.000486754 0.812528,
  1598.                         0.000486754 0.92161,
  1599.                         0 0.92161,
  1600.                         0.125122 1,
  1601.                         0.800915 0.402604,
  1602.                         0.874635 0.391932,
  1603.                         0.948355 0.402604,
  1604.                         0.999513 0.422097,
  1605.                         0.823477 0.267947,
  1606.                         0.925793 0.267947,
  1607.                         0.999513 0.313015,
  1608.                         0.874635 0.140569,
  1609.                         0.999513 0.187472,
  1610.                         0.999513 0.07839,
  1611.                         0.874635 0,
  1612.                         0.000486754 0.422097,
  1613.                         0.0516451 0.402604,
  1614.                         0.125365 0.391932,
  1615.                         0.199085 0.402604,
  1616.                         0.000486754 0.313015,
  1617.                         0.0742067 0.267947,
  1618.                         0.176523 0.267947,
  1619.                         0.000486754 0.187472,
  1620.                         0.125365 0.140569,
  1621.                         0.000486754 0.07839,
  1622.                         0 0.07839,
  1623.                         0.125122 0 ]
  1624.                 }
  1625.  
  1626.                 colorPerVertex    FALSE
  1627.                 texCoordIndex    [ 0, 1, 2, -1, 2, 1, 3, -1,
  1628.                       2, 3, 4, -1, 4, 3, 5, -1,
  1629.                       4, 5, 6, -1, 6, 5, 7, -1,
  1630.                       6, 7, 8, -1, 8, 7, 9, -1,
  1631.                       8, 9, 10, -1, 1, 11, 3, -1,
  1632.                       3, 11, 12, -1, 3, 12, 5, -1,
  1633.                       5, 12, 13, -1, 5, 13, 7, -1,
  1634.                       7, 13, 14, -1, 7, 14, 9, -1,
  1635.                       11, 15, 12, -1, 12, 15, 16, -1,
  1636.                       12, 16, 13, -1, 13, 16, 17, -1,
  1637.                       13, 17, 14, -1, 15, 18, 16, -1,
  1638.                       16, 18, 19, -1, 16, 19, 17, -1,
  1639.                       19, 18, 20, -1, 10, 9, 21, -1,
  1640.                       21, 9, 22, -1, 21, 22, 23, -1,
  1641.                       23, 22, 24, -1, 23, 24, 25, -1,
  1642.                       25, 24, 26, -1, 25, 26, 27, -1,
  1643.                       27, 26, 28, -1, 27, 28, 29, -1,
  1644.                       9, 14, 22, -1, 22, 14, 30, -1,
  1645.                       22, 30, 24, -1, 24, 30, 31, -1,
  1646.                       24, 31, 26, -1, 26, 31, 32, -1,
  1647.                       26, 32, 28, -1, 14, 17, 30, -1,
  1648.                       30, 17, 33, -1, 30, 33, 31, -1,
  1649.                       31, 33, 34, -1, 31, 34, 32, -1,
  1650.                       17, 19, 33, -1, 33, 19, 35, -1,
  1651.                       33, 35, 34, -1, 35, 19, 36, -1,
  1652.                       10, 37, 8, -1, 8, 37, 38, -1,
  1653.                       8, 38, 6, -1, 6, 38, 39, -1,
  1654.                       6, 39, 4, -1, 4, 39, 40, -1,
  1655.                       4, 40, 2, -1, 2, 40, 41, -1,
  1656.                       2, 41, 0, -1, 37, 42, 38, -1,
  1657.                       38, 42, 43, -1, 38, 43, 39, -1,
  1658.                       39, 43, 44, -1, 39, 44, 40, -1,
  1659.                       40, 44, 45, -1, 40, 45, 41, -1,
  1660.                       42, 46, 43, -1, 43, 46, 47, -1,
  1661.                       43, 47, 44, -1, 44, 47, 48, -1,
  1662.                       44, 48, 45, -1, 46, 49, 47, -1,
  1663.                       47, 49, 50, -1, 47, 50, 48, -1,
  1664.                       50, 49, 51, -1, 29, 52, 27, -1,
  1665.                       27, 52, 53, -1, 27, 53, 25, -1,
  1666.                       25, 53, 54, -1, 25, 54, 23, -1,
  1667.                       23, 54, 55, -1, 23, 55, 21, -1,
  1668.                       21, 55, 37, -1, 21, 37, 10, -1,
  1669.                       52, 56, 53, -1, 53, 56, 57, -1,
  1670.                       53, 57, 54, -1, 54, 57, 58, -1,
  1671.                       54, 58, 55, -1, 55, 58, 42, -1,
  1672.                       55, 42, 37, -1, 56, 59, 57, -1,
  1673.                       57, 59, 60, -1, 57, 60, 58, -1,
  1674.                       58, 60, 46, -1, 58, 46, 42, -1,
  1675.                       59, 61, 60, -1, 60, 61, 49, -1,
  1676.                       60, 49, 46, -1, 49, 61, 62, -1,
  1677.                       63, 64, 65, -1, 65, 64, 66, -1,
  1678.                       65, 66, 67, -1, 67, 66, 68, -1,
  1679.                       67, 68, 69, -1, 69, 68, 70, -1,
  1680.                       69, 70, 71, -1, 71, 70, 1, -1,
  1681.                       71, 1, 0, -1, 64, 72, 66, -1,
  1682.                       66, 72, 73, -1, 66, 73, 68, -1,
  1683.                       68, 73, 74, -1, 68, 74, 70, -1,
  1684.                       70, 74, 11, -1, 70, 11, 1, -1,
  1685.                       72, 75, 73, -1, 73, 75, 76, -1,
  1686.                       73, 76, 74, -1, 74, 76, 15, -1,
  1687.                       74, 15, 11, -1, 75, 77, 76, -1,
  1688.                       76, 77, 18, -1, 76, 18, 15, -1,
  1689.                       18, 77, 78, -1, 29, 28, 79, -1,
  1690.                       79, 28, 80, -1, 79, 80, 81, -1,
  1691.                       81, 80, 82, -1, 81, 82, 83, -1,
  1692.                       83, 82, 84, -1, 83, 84, 85, -1,
  1693.                       85, 84, 86, -1, 85, 86, 87, -1,
  1694.                       28, 32, 80, -1, 80, 32, 88, -1,
  1695.                       80, 88, 82, -1, 82, 88, 89, -1,
  1696.                       82, 89, 84, -1, 84, 89, 90, -1,
  1697.                       84, 90, 86, -1, 32, 34, 88, -1,
  1698.                       88, 34, 91, -1, 88, 91, 89, -1,
  1699.                       89, 91, 92, -1, 89, 92, 90, -1,
  1700.                       34, 35, 91, -1, 91, 35, 93, -1,
  1701.                       91, 93, 92, -1, 94, 35, 95, -1,
  1702.                       0, 41, 71, -1, 71, 41, 96, -1,
  1703.                       71, 96, 69, -1, 69, 96, 97, -1,
  1704.                       69, 97, 67, -1, 67, 97, 98, -1,
  1705.                       67, 98, 65, -1, 65, 98, 99, -1,
  1706.                       65, 99, 63, -1, 41, 45, 96, -1,
  1707.                       96, 45, 100, -1, 96, 100, 97, -1,
  1708.                       97, 100, 101, -1, 97, 101, 98, -1,
  1709.                       98, 101, 102, -1, 98, 102, 99, -1,
  1710.                       45, 48, 100, -1, 100, 48, 103, -1,
  1711.                       100, 103, 101, -1, 101, 103, 104, -1,
  1712.                       101, 104, 102, -1, 48, 50, 103, -1,
  1713.                       103, 50, 105, -1, 103, 105, 104, -1,
  1714.                       105, 50, 106, -1, 87, 107, 85, -1,
  1715.                       85, 107, 108, -1, 85, 108, 83, -1,
  1716.                       83, 108, 109, -1, 83, 109, 81, -1,
  1717.                       81, 109, 110, -1, 81, 110, 79, -1,
  1718.                       79, 110, 52, -1, 79, 52, 29, -1,
  1719.                       107, 111, 108, -1, 108, 111, 112, -1,
  1720.                       108, 112, 109, -1, 109, 112, 113, -1,
  1721.                       109, 113, 110, -1, 110, 113, 56, -1,
  1722.                       110, 56, 52, -1, 111, 114, 112, -1,
  1723.                       112, 114, 115, -1, 112, 115, 113, -1,
  1724.                       113, 115, 59, -1, 113, 59, 56, -1,
  1725.                       114, 116, 115, -1, 115, 116, 61, -1,
  1726.                       115, 61, 59, -1, 61, 117, 118, -1 ]
  1727.                 creaseAngle    0.5
  1728.                   }
  1729.  
  1730.                 }
  1731.  
  1732.                 translation    0.0795121 -1 0.487339
  1733.                 rotation    0.945449 0.319805 -0.0620523  0.304833
  1734.                 scale    1.86945 0.160217 1
  1735.                 scaleOrientation    0 0 1  0
  1736.               }
  1737.             ]
  1738.               }
  1739.               Sound {
  1740.             source    DEF PAD-S0 AudioClip {
  1741.               url    "Sounds/pad1.wav"
  1742.               startTime    0
  1743.               stopTime    0
  1744.             }
  1745.  
  1746.             minFront    6
  1747.             maxFront    40
  1748.             minBack    6
  1749.             maxBack    40
  1750.               }
  1751.               Sound {
  1752.             source    DEF PAD-S1 AudioClip {
  1753.               url    "Sounds/pad2.wav"
  1754.               startTime    0
  1755.               stopTime    0
  1756.             }
  1757.  
  1758.             minFront    6
  1759.             maxFront    40
  1760.             minBack    6
  1761.             maxBack    40
  1762.               }
  1763.               Sound {
  1764.             source    DEF PAD-S2 AudioClip {
  1765.               url    "Sounds/pad3.wav"
  1766.               startTime    0
  1767.               stopTime    0
  1768.             }
  1769.  
  1770.             minFront    6
  1771.             maxFront    40
  1772.             minBack    6
  1773.             maxBack    40
  1774.               }
  1775.               Sound {
  1776.             source    DEF PAD-S3 AudioClip {
  1777.               url    "Sounds/pad4.wav"
  1778.               startTime    0
  1779.               stopTime    0
  1780.             }
  1781.  
  1782.             minFront    6
  1783.             maxFront    40
  1784.             minBack    6
  1785.             maxBack    40
  1786.               }
  1787.               Sound {
  1788.             source    DEF PAD-S4 AudioClip {
  1789.               url    "Sounds/pad5.wav"
  1790.               startTime    0
  1791.               stopTime    0
  1792.             }
  1793.  
  1794.             minFront    6
  1795.             maxFront    40
  1796.             minBack    6
  1797.             maxBack    40
  1798.               }
  1799.               DEF PAD-BUD2 Transform {
  1800.             children    [
  1801.               DEF PAD-BUTTON2-TRIGGER TouchSensor {
  1802.               }
  1803.               Shape {
  1804.                 appearance    Appearance {
  1805.                   material    DEF BUD2-MAT Material {
  1806.                 ambientIntensity    0.2
  1807.                 diffuseColor    0.876873 0.323147 0.199564
  1808.                 specularColor    0.816327 0.278677 0.278677
  1809.                 emissiveColor    0 0 0
  1810.                 shininess    0.5
  1811.                 transparency    0
  1812.                   }
  1813.  
  1814.                   texture    DEF BULB-TEX ImageTexture {
  1815.                 url    "Textures/seaH.jpg"
  1816.                 repeatS    TRUE
  1817.                 repeatT    TRUE
  1818.                   }
  1819.  
  1820.                 }
  1821.  
  1822.                 geometry    DEF BUD-IFS IndexedFaceSet {
  1823.                   coord    Coordinate {
  1824.                 point    [ 1 0 0,
  1825.                       0.707107 0.707107 0,
  1826.                       0.707107 0 0.707107,
  1827.                       0 0.707107 0.707107,
  1828.                       0 0 1,
  1829.                       0 1 0,
  1830.                       -0.707107 0 0.707107,
  1831.                       -0.707107 0.707107 0,
  1832.                       -1 0 0,
  1833.                       0 -0.707107 0.707107,
  1834.                       0.707107 -0.707107 0,
  1835.                       0 -1 0,
  1836.                       -0.707107 -0.707107 0,
  1837.                       0 0 -1,
  1838.                       0 0.707107 -0.707107,
  1839.                       0.707107 0 -0.707107,
  1840.                       -0.707107 0 -0.707107,
  1841.                       0 -0.707107 -0.707107 ]
  1842.                   }
  1843.  
  1844.                   coordIndex    [ 0, 1, 2, -1, 2, 1, 3, -1,
  1845.                         2, 3, 4, -1, 3, 1, 5, -1,
  1846.                         4, 3, 6, -1, 6, 3, 7, -1,
  1847.                         6, 7, 8, -1, 7, 3, 5, -1,
  1848.                         4, 9, 2, -1, 2, 9, 10, -1,
  1849.                         2, 10, 0, -1, 10, 9, 11, -1,
  1850.                         8, 12, 6, -1, 6, 12, 9, -1,
  1851.                         6, 9, 4, -1, 9, 12, 11, -1,
  1852.                         13, 14, 15, -1, 15, 14, 1, -1,
  1853.                         15, 1, 0, -1, 1, 14, 5, -1,
  1854.                         8, 7, 16, -1, 16, 7, 14, -1,
  1855.                         16, 14, 13, -1, 14, 7, 5, -1,
  1856.                         0, 10, 15, -1, 15, 10, 17, -1,
  1857.                         15, 17, 13, -1, 17, 10, 11, -1,
  1858.                         13, 17, 16, -1, 16, 17, 12, -1,
  1859.                         16, 12, 8, -1, 12, 17, 11, -1 ]
  1860.                   colorIndex    [  ]
  1861.                   creaseAngle    1.67185
  1862.                 }
  1863.  
  1864.               }
  1865.             ]
  1866.             translation    0.154638 -1.11107 1.21727
  1867.             rotation    0.997832 0.0477107 -0.0453253  1.70319
  1868.             scale    0.187573 0.187571 0.135748
  1869.             scaleOrientation    4.96336e-06 5.22261e-07 1  0.782928
  1870.               }
  1871.               DEF PAD-BUD3 Transform {
  1872.             children    [
  1873.               DEF PAD-BUTTON3-TRIGGER TouchSensor {
  1874.               }
  1875.               Shape {
  1876.                 appearance    Appearance {
  1877.                   material    DEF BUD3-MAT Material {
  1878.                 ambientIntensity    0.2
  1879.                 diffuseColor    0.876873 0.323147 0.199564
  1880.                 specularColor    0.816327 0.278677 0.278677
  1881.                 emissiveColor    0 0 0
  1882.                 shininess    0.5
  1883.                 transparency    0
  1884.                   }
  1885.  
  1886.                   texture    USE BULB-TEX
  1887.  
  1888.                 }
  1889.  
  1890.                 geometry    USE BUD-IFS
  1891.  
  1892.               }
  1893.             ]
  1894.             translation    0.680796 -1.09691 1.09312
  1895.             rotation    0.997832 0.0477105 -0.0453252  1.70319
  1896.             scale    0.187571 0.187573 0.135748
  1897.             scaleOrientation    4.7987e-06 8.36431e-07 1  0.763108
  1898.               }
  1899.               DEF PAD-BUD1 Transform {
  1900.             children    [
  1901.               DEF PAD-BUTTON1-TRIGGER TouchSensor {
  1902.               }
  1903.               Shape {
  1904.                 appearance    Appearance {
  1905.                   material    DEF BUD1-MAT Material {
  1906.                 ambientIntensity    0.2
  1907.                 diffuseColor    0.876873 0.323147 0.199564
  1908.                 specularColor    0.816327 0.278677 0.278677
  1909.                 emissiveColor    0 0 0
  1910.                 shininess    0.5
  1911.                 transparency    0
  1912.                   }
  1913.  
  1914.                   texture    USE BULB-TEX
  1915.  
  1916.                 }
  1917.  
  1918.                 geometry    USE BUD-IFS
  1919.  
  1920.               }
  1921.             ]
  1922.             translation    -0.40108 -1.10502 1.18771
  1923.             rotation    0.997832 0.0477105 -0.0453252  1.70319
  1924.             scale    0.187571 0.187573 0.135748
  1925.             scaleOrientation    4.7987e-06 8.36431e-07 1  0.763108
  1926.               }
  1927.               DEF PAD-BUD0 Transform {
  1928.             children    [
  1929.               DEF PAD-BUTTON0-TRIGGER TouchSensor {
  1930.               }
  1931.               Shape {
  1932.                 appearance    Appearance {
  1933.                   material    DEF BUD0-MAT Material {
  1934.                 ambientIntensity    0.2
  1935.                 diffuseColor    0.876873 0.323147 0.199564
  1936.                 specularColor    0.816327 0.278677 0.278677
  1937.                 emissiveColor    0 1 0
  1938.                 shininess    0.5
  1939.                 transparency    0
  1940.                   }
  1941.  
  1942.                   texture    USE BULB-TEX
  1943.  
  1944.                 }
  1945.  
  1946.                 geometry    USE BUD-IFS
  1947.  
  1948.               }
  1949.             ]
  1950.             translation    -0.980445 -1.08727 1.06948
  1951.             rotation    0.997832 0.0477105 -0.0453252  1.70319
  1952.             scale    0.187571 0.187573 0.135748
  1953.             scaleOrientation    4.91174e-06 7.6888e-07 1  0.767861
  1954.               }
  1955.               DEF PAD-BUD4 Transform {
  1956.             children    [
  1957.               DEF PAD-BUTTON4-TRIGGER TouchSensor {
  1958.               }
  1959.               Shape {
  1960.                 appearance    Appearance {
  1961.                   material    DEF BUD4-MAT Material {
  1962.                 ambientIntensity    0.2
  1963.                 diffuseColor    0.876873 0.323147 0.199564
  1964.                 specularColor    0.816327 0.278677 0.278677
  1965.                 emissiveColor    0 0 0
  1966.                 shininess    0.5
  1967.                 transparency    0
  1968.                   }
  1969.  
  1970.                   texture    USE BULB-TEX
  1971.  
  1972.                 }
  1973.  
  1974.                 geometry    USE BUD-IFS
  1975.  
  1976.               }
  1977.             ]
  1978.             translation    1.21287 -1.06885 0.86256
  1979.             rotation    0.997832 0.047711 -0.0453255  1.70319
  1980.             scale    0.187573 0.187571 0.135748
  1981.             scaleOrientation    4.89568e-06 6.8883e-07 1  0.777936
  1982.               }
  1983.               DEF TOM0-ROOT Transform {
  1984.             children    [
  1985.               DEF TOM0-TIMER TimeSensor {
  1986.                 cycleInterval    2.14
  1987.                 loop    TRUE
  1988.                 startTime    0
  1989.                 stopTime    1
  1990.               }
  1991.               DEF TOM0-FLASHER ColorInterpolator {
  1992.                 key    [ 0, 0.25, 0.5, 0.75,
  1993.                       0.9, 1 ]
  1994.                 keyValue    [ 0 0 0,
  1995.                       0.8 0.3 0.2,
  1996.                       0 0 0,
  1997.                       0.8 0.3 0.2,
  1998.                       0.4 0.2 0.1,
  1999.                       0 0 0 ]
  2000.               }
  2001.               DEF TOM0-THROBBER PositionInterpolator {
  2002.                 key    [ 0, 0.1, 0.15, 0.35,
  2003.                       0.4, 0.6, 0.65, 0.85,
  2004.                       0.9, 1 ]
  2005.                 keyValue    [ 0.9 0.9 0.9,
  2006.                       0.8 0.8 0.8,
  2007.                       1 1 1,
  2008.                       0.8 0.8 0.8,
  2009.                       1.2 1.2 1.2,
  2010.                       0.8 0.8 0.8,
  2011.                       1 1 1,
  2012.                       0.8 0.8 0.8,
  2013.                       1.2 1.2 1.2,
  2014.                       0.9 0.9 0.9 ]
  2015.               }
  2016.               DEF TOM0-DANCER PositionInterpolator {
  2017.                 key    [ 0, 0.1, 0.15, 0.35,
  2018.                       0.4, 0.6, 0.65, 0.85,
  2019.                       0.9, 1 ]
  2020.                 keyValue    [ 1 0.9 1,
  2021.                       1 0.8 1,
  2022.                       1 1 1,
  2023.                       1 0.8 1,
  2024.                       1 1.1 1,
  2025.                       1 0.8 1,
  2026.                       1 1 1,
  2027.                       1 0.8 1,
  2028.                       1 1.1 1,
  2029.                       1 0.9 1 ]
  2030.               }
  2031.               DEF TOM0-STEM-XFORM Transform {
  2032.                 children    Transform {
  2033.                   children    [
  2034.                 DEF TOM0-TRIGGER TouchSensor {
  2035.                 }
  2036.                 DEF TOM0-BALL-XFORM Transform {
  2037.                   children    Shape {
  2038.                     appearance    Appearance {
  2039.                       material    DEF TOM0-MAT Material {
  2040.                     diffuseColor    0.876873 0.323147 0.199564
  2041.                     specularColor    0.816327 0.278677 0.278677
  2042.                     emissiveColor    0 0 0
  2043.                     shininess    0.5
  2044.                       }
  2045.  
  2046.                       texture    DEF BULB-TEX-BW ImageTexture {
  2047.                     url    "Textures/seaH.1mid.bw"
  2048.                     repeatS    TRUE
  2049.                     repeatT    TRUE
  2050.                       }
  2051.  
  2052.                       textureTransform    TextureTransform {
  2053.                     translation    0 0
  2054.                     rotation    0
  2055.                     scale    3 2
  2056.                     center    0.5 0.5
  2057.                       }
  2058.  
  2059.                     }
  2060.  
  2061.                     geometry    DEF BALL-IFS IndexedFaceSet {
  2062.                       coord    Coordinate {
  2063.                     point    [ 1 0 0,
  2064.                           0.970142 0.242536 0,
  2065.                           0.970142 0 0.242536,
  2066.                           0.904534 0.301511 0.301511,
  2067.                           0.83205 0 0.5547,
  2068.                           0.666667 0.333333 0.666667,
  2069.                           0.5547 0 0.83205,
  2070.                           0.301511 0.301511 0.904534,
  2071.                           0.242536 0 0.970142,
  2072.                           0 0.242536 0.970142,
  2073.                           0 0 1,
  2074.                           0.83205 0.5547 0,
  2075.                           0.666667 0.666667 0.333333,
  2076.                           0.333333 0.666667 0.666667,
  2077.                           0 0.5547 0.83205,
  2078.                           0.5547 0.83205 0,
  2079.                           0.301511 0.904534 0.301511,
  2080.                           0 0.83205 0.5547,
  2081.                           0.242536 0.970142 0,
  2082.                           0 0.970142 0.242536,
  2083.                           0 1 0,
  2084.                           -0.242536 0 0.970142,
  2085.                           -0.301511 0.301511 0.904534,
  2086.                           -0.5547 0 0.83205,
  2087.                           -0.666667 0.333333 0.666667,
  2088.                           -0.83205 0 0.5547,
  2089.                           -0.904534 0.301511 0.301511,
  2090.                           -0.970142 0 0.242536,
  2091.                           -0.970142 0.242536 0,
  2092.                           -1 0 0,
  2093.                           -0.333333 0.666667 0.666667,
  2094.                           -0.666667 0.666667 0.333333,
  2095.                           -0.83205 0.5547 0,
  2096.                           -0.301511 0.904534 0.301511,
  2097.                           -0.5547 0.83205 0,
  2098.                           -0.242536 0.970142 0,
  2099.                           0 -0.242536 0.970142,
  2100.                           0.301511 -0.301511 0.904534,
  2101.                           0.666667 -0.333333 0.666667,
  2102.                           0.904534 -0.301511 0.301511,
  2103.                           0.970142 -0.242536 0,
  2104.                           0 -0.5547 0.83205,
  2105.                           0.333333 -0.666667 0.666667,
  2106.                           0.666667 -0.666667 0.333333,
  2107.                           0.83205 -0.5547 0,
  2108.                           0 -0.83205 0.5547,
  2109.                           0.301511 -0.904534 0.301511,
  2110.                           0.5547 -0.83205 0,
  2111.                           0 -0.970142 0.242536,
  2112.                           0.242536 -0.970142 0,
  2113.                           0 -1 0,
  2114.                           -0.970142 -0.242536 0,
  2115.                           -0.904534 -0.301511 0.301511,
  2116.                           -0.666667 -0.333333 0.666667,
  2117.                           -0.301511 -0.301511 0.904534,
  2118.                           -0.83205 -0.5547 0,
  2119.                           -0.666667 -0.666667 0.333333,
  2120.                           -0.333333 -0.666667 0.666667,
  2121.                           -0.5547 -0.83205 0,
  2122.                           -0.301511 -0.904534 0.301511,
  2123.                           -0.242536 -0.970142 0,
  2124.                           0 0 -1,
  2125.                           0 0.242536 -0.970142,
  2126.                           0.242536 0 -0.970142,
  2127.                           0.301511 0.301511 -0.904534,
  2128.                           0.5547 0 -0.83205,
  2129.                           0.666667 0.333333 -0.666667,
  2130.                           0.83205 0 -0.5547,
  2131.                           0.904534 0.301511 -0.301511,
  2132.                           0.970142 0 -0.242536,
  2133.                           0 0.5547 -0.83205,
  2134.                           0.333333 0.666667 -0.666667,
  2135.                           0.666667 0.666667 -0.333333,
  2136.                           0 0.83205 -0.5547,
  2137.                           0.301511 0.904534 -0.301511,
  2138.                           0 0.970142 -0.242536,
  2139.                           -0.970142 0 -0.242536,
  2140.                           -0.904534 0.301511 -0.301511,
  2141.                           -0.83205 0 -0.5547,
  2142.                           -0.666667 0.333333 -0.666667,
  2143.                           -0.5547 0 -0.83205,
  2144.                           -0.301511 0.301511 -0.904534,
  2145.                           -0.242536 0 -0.970142,
  2146.                           -0.666667 0.666667 -0.333333,
  2147.                           -0.333333 0.666667 -0.666667,
  2148.                           -0.301511 0.904534 -0.301511,
  2149.                           0.904534 -0.301511 -0.301511,
  2150.                           0.666667 -0.333333 -0.666667,
  2151.                           0.301511 -0.301511 -0.904534,
  2152.                           0 -0.242536 -0.970142,
  2153.                           0.666667 -0.666667 -0.333333,
  2154.                           0.333333 -0.666667 -0.666667,
  2155.                           0 -0.5547 -0.83205,
  2156.                           0.301511 -0.904534 -0.301511,
  2157.                           0 -0.83205 -0.5547,
  2158.                           0 -0.970142 -0.242536,
  2159.                           -0.301511 -0.301511 -0.904534,
  2160.                           -0.666667 -0.333333 -0.666667,
  2161.                           -0.904534 -0.301511 -0.301511,
  2162.                           -0.333333 -0.666667 -0.666667,
  2163.                           -0.666667 -0.666667 -0.333333,
  2164.                           -0.301511 -0.904534 -0.301511 ]
  2165.                       }
  2166.  
  2167.                       color    Color {
  2168.                     color    [ 0.812834 0.410751 0.23242,
  2169.                           0.57754 0.251037 0.106226,
  2170.                           0.247888 0.390374 0.190273,
  2171.                           0 0 0,
  2172.                           0.15508 0.154196 0.151543,
  2173.                           1 0.527887 0.226983,
  2174.                           0.57754 0.0835088 0.00316381,
  2175.                           1 0.262475 0.0762696,
  2176.                           0.288637 0.454545 0.221551,
  2177.                           1 0.357057 0.107057 ]
  2178.                       }
  2179.  
  2180.                       coordIndex    [ 0, 1, 2, -1, 2, 1, 3, -1,
  2181.                             2, 3, 4, -1, 4, 3, 5, -1,
  2182.                             4, 5, 6, -1, 6, 5, 7, -1,
  2183.                             6, 7, 8, -1, 8, 7, 9, -1,
  2184.                             8, 9, 10, -1, 1, 11, 3, -1,
  2185.                             3, 11, 12, -1, 3, 12, 5, -1,
  2186.                             5, 12, 13, -1, 5, 13, 7, -1,
  2187.                             7, 13, 14, -1, 7, 14, 9, -1,
  2188.                             11, 15, 12, -1, 12, 15, 16, -1,
  2189.                             12, 16, 13, -1, 13, 16, 17, -1,
  2190.                             13, 17, 14, -1, 15, 18, 16, -1,
  2191.                             16, 18, 19, -1, 16, 19, 17, -1,
  2192.                             19, 18, 20, -1, 10, 9, 21, -1,
  2193.                             21, 9, 22, -1, 21, 22, 23, -1,
  2194.                             23, 22, 24, -1, 23, 24, 25, -1,
  2195.                             25, 24, 26, -1, 25, 26, 27, -1,
  2196.                             27, 26, 28, -1, 27, 28, 29, -1,
  2197.                             9, 14, 22, -1, 22, 14, 30, -1,
  2198.                             22, 30, 24, -1, 24, 30, 31, -1,
  2199.                             24, 31, 26, -1, 26, 31, 32, -1,
  2200.                             26, 32, 28, -1, 14, 17, 30, -1,
  2201.                             30, 17, 33, -1, 30, 33, 31, -1,
  2202.                             31, 33, 34, -1, 31, 34, 32, -1,
  2203.                             17, 19, 33, -1, 33, 19, 35, -1,
  2204.                             33, 35, 34, -1, 35, 19, 20, -1,
  2205.                             10, 36, 8, -1, 8, 36, 37, -1,
  2206.                             8, 37, 6, -1, 6, 37, 38, -1,
  2207.                             6, 38, 4, -1, 4, 38, 39, -1,
  2208.                             4, 39, 2, -1, 2, 39, 40, -1,
  2209.                             2, 40, 0, -1, 36, 41, 37, -1,
  2210.                             37, 41, 42, -1, 37, 42, 38, -1,
  2211.                             38, 42, 43, -1, 38, 43, 39, -1,
  2212.                             39, 43, 44, -1, 39, 44, 40, -1,
  2213.                             41, 45, 42, -1, 42, 45, 46, -1,
  2214.                             42, 46, 43, -1, 43, 46, 47, -1,
  2215.                             43, 47, 44, -1, 45, 48, 46, -1,
  2216.                             46, 48, 49, -1, 46, 49, 47, -1,
  2217.                             49, 48, 50, -1, 29, 51, 27, -1,
  2218.                             27, 51, 52, -1, 27, 52, 25, -1,
  2219.                             25, 52, 53, -1, 25, 53, 23, -1,
  2220.                             23, 53, 54, -1, 23, 54, 21, -1,
  2221.                             21, 54, 36, -1, 21, 36, 10, -1,
  2222.                             51, 55, 52, -1, 52, 55, 56, -1,
  2223.                             52, 56, 53, -1, 53, 56, 57, -1,
  2224.                             53, 57, 54, -1, 54, 57, 41, -1,
  2225.                             54, 41, 36, -1, 55, 58, 56, -1,
  2226.                             56, 58, 59, -1, 56, 59, 57, -1,
  2227.                             57, 59, 45, -1, 57, 45, 41, -1,
  2228.                             58, 60, 59, -1, 59, 60, 48, -1,
  2229.                             59, 48, 45, -1, 48, 60, 50, -1,
  2230.                             61, 62, 63, -1, 63, 62, 64, -1,
  2231.                             63, 64, 65, -1, 65, 64, 66, -1,
  2232.                             65, 66, 67, -1, 67, 66, 68, -1,
  2233.                             67, 68, 69, -1, 69, 68, 1, -1,
  2234.                             69, 1, 0, -1, 62, 70, 64, -1,
  2235.                             64, 70, 71, -1, 64, 71, 66, -1,
  2236.                             66, 71, 72, -1, 66, 72, 68, -1,
  2237.                             68, 72, 11, -1, 68, 11, 1, -1,
  2238.                             70, 73, 71, -1, 71, 73, 74, -1,
  2239.                             71, 74, 72, -1, 72, 74, 15, -1,
  2240.                             72, 15, 11, -1, 73, 75, 74, -1,
  2241.                             74, 75, 18, -1, 74, 18, 15, -1,
  2242.                             18, 75, 20, -1, 29, 28, 76, -1,
  2243.                             76, 28, 77, -1, 76, 77, 78, -1,
  2244.                             78, 77, 79, -1, 78, 79, 80, -1,
  2245.                             80, 79, 81, -1, 80, 81, 82, -1,
  2246.                             82, 81, 62, -1, 82, 62, 61, -1,
  2247.                             28, 32, 77, -1, 77, 32, 83, -1,
  2248.                             77, 83, 79, -1, 79, 83, 84, -1,
  2249.                             79, 84, 81, -1, 81, 84, 70, -1,
  2250.                             81, 70, 62, -1, 32, 34, 83, -1,
  2251.                             83, 34, 85, -1, 83, 85, 84, -1,
  2252.                             84, 85, 73, -1, 84, 73, 70, -1,
  2253.                             34, 35, 85, -1, 85, 35, 75, -1,
  2254.                             85, 75, 73, -1, 75, 35, 20, -1,
  2255.                             0, 40, 69, -1, 69, 40, 86, -1,
  2256.                             69, 86, 67, -1, 67, 86, 87, -1,
  2257.                             67, 87, 65, -1, 65, 87, 88, -1,
  2258.                             65, 88, 63, -1, 63, 88, 89, -1,
  2259.                             63, 89, 61, -1, 40, 44, 86, -1,
  2260.                             86, 44, 90, -1, 86, 90, 87, -1,
  2261.                             87, 90, 91, -1, 87, 91, 88, -1,
  2262.                             88, 91, 92, -1, 88, 92, 89, -1,
  2263.                             44, 47, 90, -1, 90, 47, 93, -1,
  2264.                             90, 93, 91, -1, 91, 93, 94, -1,
  2265.                             91, 94, 92, -1, 47, 49, 93, -1,
  2266.                             93, 49, 95, -1, 93, 95, 94, -1,
  2267.                             95, 49, 50, -1, 61, 89, 82, -1,
  2268.                             82, 89, 96, -1, 82, 96, 80, -1,
  2269.                             80, 96, 97, -1, 80, 97, 78, -1,
  2270.                             78, 97, 98, -1, 78, 98, 76, -1,
  2271.                             76, 98, 51, -1, 76, 51, 29, -1,
  2272.                             89, 92, 96, -1, 96, 92, 99, -1,
  2273.                             96, 99, 97, -1, 97, 99, 100, -1,
  2274.                             97, 100, 98, -1, 98, 100, 55, -1,
  2275.                             98, 55, 51, -1, 92, 94, 99, -1,
  2276.                             99, 94, 101, -1, 99, 101, 100, -1,
  2277.                             100, 101, 58, -1, 100, 58, 55, -1,
  2278.                             94, 95, 101, -1, 101, 95, 60, -1,
  2279.                             101, 60, 58, -1, 60, 95, 50, -1 ]
  2280.                       colorIndex    [ 9, 9, 9, -1, 9, 9, 9, -1,
  2281.                             9, 9, 9, -1, 9, 9, 9, -1,
  2282.                             9, 9, 9, -1, 9, 9, 9, -1,
  2283.                             9, 9, 9, -1, 9, 9, 9, -1,
  2284.                             9, 9, 9, -1, 9, 5, 9, -1,
  2285.                             9, 5, 5, -1, 9, 5, 9, -1,
  2286.                             9, 5, 5, -1, 9, 5, 9, -1,
  2287.                             9, 5, 5, -1, 9, 5, 9, -1,
  2288.                             5, 2, 5, -1, 5, 2, 2, -1,
  2289.                             5, 2, 5, -1, 5, 2, 2, -1,
  2290.                             5, 2, 5, -1, 2, 2, 2, -1,
  2291.                             2, 2, 2, -1, 2, 2, 2, -1,
  2292.                             2, 2, 4, -1, 9, 9, 9, -1,
  2293.                             9, 9, 9, -1, 9, 9, 9, -1,
  2294.                             9, 9, 9, -1, 9, 9, 9, -1,
  2295.                             9, 9, 9, -1, 9, 9, 9, -1,
  2296.                             9, 9, 9, -1, 9, 9, 9, -1,
  2297.                             9, 5, 9, -1, 9, 5, 5, -1,
  2298.                             9, 5, 9, -1, 9, 5, 5, -1,
  2299.                             9, 5, 9, -1, 9, 5, 5, -1,
  2300.                             9, 5, 9, -1, 5, 2, 5, -1,
  2301.                             5, 2, 2, -1, 5, 2, 5, -1,
  2302.                             5, 2, 2, -1, 5, 2, 5, -1,
  2303.                             2, 2, 2, -1, 2, 2, 4, -1,
  2304.                             2, 4, 2, -1, 4, 2, 4, -1,
  2305.                             9, 0, 9, -1, 9, 0, 0, -1,
  2306.                             9, 0, 9, -1, 9, 0, 0, -1,
  2307.                             9, 0, 9, -1, 9, 0, 7, -1,
  2308.                             9, 7, 9, -1, 9, 7, 7, -1,
  2309.                             9, 7, 9, -1, 0, 7, 0, -1,
  2310.                             0, 7, 7, -1, 0, 7, 0, -1,
  2311.                             0, 7, 1, -1, 0, 1, 7, -1,
  2312.                             7, 1, 6, -1, 7, 6, 7, -1,
  2313.                             7, 6, 7, -1, 7, 6, 2, -1,
  2314.                             7, 2, 1, -1, 1, 2, 8, -1,
  2315.                             1, 8, 6, -1, 6, 2, 2, -1,
  2316.                             2, 2, 8, -1, 2, 8, 8, -1,
  2317.                             8, 2, 3, -1, 9, 9, 9, -1,
  2318.                             9, 9, 9, -1, 9, 9, 9, -1,
  2319.                             9, 9, 0, -1, 9, 0, 9, -1,
  2320.                             9, 0, 9, -1, 9, 9, 9, -1,
  2321.                             9, 9, 0, -1, 9, 0, 9, -1,
  2322.                             9, 6, 9, -1, 9, 6, 7, -1,
  2323.                             9, 7, 0, -1, 0, 7, 7, -1,
  2324.                             0, 7, 9, -1, 9, 7, 7, -1,
  2325.                             9, 7, 0, -1, 6, 6, 7, -1,
  2326.                             7, 6, 8, -1, 7, 8, 7, -1,
  2327.                             7, 8, 6, -1, 7, 6, 7, -1,
  2328.                             6, 8, 8, -1, 8, 8, 2, -1,
  2329.                             8, 2, 6, -1, 2, 8, 3, -1,
  2330.                             9, 9, 9, -1, 9, 9, 9, -1,
  2331.                             9, 9, 9, -1, 9, 9, 9, -1,
  2332.                             9, 9, 9, -1, 9, 9, 9, -1,
  2333.                             9, 9, 9, -1, 9, 9, 9, -1,
  2334.                             9, 9, 9, -1, 9, 5, 9, -1,
  2335.                             9, 5, 5, -1, 9, 5, 9, -1,
  2336.                             9, 5, 5, -1, 9, 5, 9, -1,
  2337.                             9, 5, 5, -1, 9, 5, 9, -1,
  2338.                             5, 2, 5, -1, 5, 2, 2, -1,
  2339.                             5, 2, 5, -1, 5, 2, 2, -1,
  2340.                             5, 2, 5, -1, 2, 4, 2, -1,
  2341.                             2, 4, 2, -1, 2, 2, 2, -1,
  2342.                             2, 4, 4, -1, 9, 9, 9, -1,
  2343.                             9, 9, 9, -1, 9, 9, 9, -1,
  2344.                             9, 9, 9, -1, 9, 9, 9, -1,
  2345.                             9, 9, 9, -1, 9, 9, 9, -1,
  2346.                             9, 9, 9, -1, 9, 9, 9, -1,
  2347.                             9, 5, 9, -1, 9, 5, 5, -1,
  2348.                             9, 5, 9, -1, 9, 5, 5, -1,
  2349.                             9, 5, 9, -1, 9, 5, 5, -1,
  2350.                             9, 5, 9, -1, 5, 2, 5, -1,
  2351.                             5, 2, 2, -1, 5, 2, 5, -1,
  2352.                             5, 2, 2, -1, 5, 2, 5, -1,
  2353.                             2, 4, 2, -1, 2, 4, 4, -1,
  2354.                             2, 4, 2, -1, 4, 4, 4, -1,
  2355.                             9, 7, 9, -1, 9, 7, 7, -1,
  2356.                             9, 7, 9, -1, 9, 7, 7, -1,
  2357.                             9, 7, 9, -1, 9, 7, 9, -1,
  2358.                             9, 9, 9, -1, 9, 9, 9, -1,
  2359.                             9, 9, 9, -1, 7, 6, 7, -1,
  2360.                             7, 6, 6, -1, 7, 6, 7, -1,
  2361.                             7, 6, 6, -1, 7, 6, 9, -1,
  2362.                             9, 6, 6, -1, 9, 6, 9, -1,
  2363.                             6, 8, 6, -1, 6, 8, 8, -1,
  2364.                             6, 8, 6, -1, 6, 8, 6, -1,
  2365.                             6, 6, 6, -1, 8, 8, 8, -1,
  2366.                             8, 8, 8, -1, 8, 8, 6, -1,
  2367.                             8, 8, 3, -1, 9, 9, 9, -1,
  2368.                             9, 9, 0, -1, 9, 0, 9, -1,
  2369.                             9, 0, 0, -1, 9, 0, 9, -1,
  2370.                             9, 0, 9, -1, 9, 9, 9, -1,
  2371.                             9, 9, 9, -1, 9, 9, 9, -1,
  2372.                             9, 6, 0, -1, 0, 6, 6, -1,
  2373.                             0, 6, 0, -1, 0, 6, 6, -1,
  2374.                             0, 6, 9, -1, 9, 6, 6, -1,
  2375.                             9, 6, 9, -1, 6, 6, 6, -1,
  2376.                             6, 6, 8, -1, 6, 8, 6, -1,
  2377.                             6, 8, 6, -1, 6, 6, 6, -1,
  2378.                             6, 8, 8, -1, 8, 8, 8, -1,
  2379.                             8, 8, 6, -1, 8, 8, 3, -1 ]
  2380.                       texCoord    TextureCoordinate {
  2381.                     point    [ 0.749757 0.5,
  2382.                           0.749757 0.577903,
  2383.                           0.710805 0.5,
  2384.                           0.698598 0.597396,
  2385.                           0.656264 0.5,
  2386.                           0.624878 0.608068,
  2387.                           0.593492 0.5,
  2388.                           0.551158 0.597396,
  2389.                           0.538952 0.5,
  2390.                           0.5 0.577903,
  2391.                           0.5 0.5,
  2392.                           0.749757 0.686985,
  2393.                           0.676037 0.732053,
  2394.                           0.57372 0.732053,
  2395.                           0.5 0.686985,
  2396.                           0.749757 0.812528,
  2397.                           0.624878 0.859431,
  2398.                           0.5 0.812528,
  2399.                           0.749757 0.92161,
  2400.                           0.5 0.92161,
  2401.                           0.624878 1,
  2402.                           0.461048 0.5,
  2403.                           0.448842 0.597396,
  2404.                           0.406508 0.5,
  2405.                           0.375122 0.608068,
  2406.                           0.343736 0.5,
  2407.                           0.301402 0.597396,
  2408.                           0.289195 0.5,
  2409.                           0.250243 0.577903,
  2410.                           0.250243 0.5,
  2411.                           0.42628 0.732053,
  2412.                           0.323963 0.732053,
  2413.                           0.250243 0.686985,
  2414.                           0.375122 0.859431,
  2415.                           0.250243 0.812528,
  2416.                           0.250243 0.92161,
  2417.                           0.375122 1,
  2418.                           0.5 0.422097,
  2419.                           0.551158 0.402604,
  2420.                           0.624878 0.391932,
  2421.                           0.698598 0.402604,
  2422.                           0.749757 0.422097,
  2423.                           0.5 0.313015,
  2424.                           0.57372 0.267947,
  2425.                           0.676037 0.267947,
  2426.                           0.749757 0.313015,
  2427.                           0.5 0.187472,
  2428.                           0.624878 0.140569,
  2429.                           0.749757 0.187472,
  2430.                           0.5 0.07839,
  2431.                           0.749757 0.07839,
  2432.                           0.624878 0,
  2433.                           0.250243 0.422097,
  2434.                           0.301402 0.402604,
  2435.                           0.375122 0.391932,
  2436.                           0.448842 0.402604,
  2437.                           0.250243 0.313015,
  2438.                           0.323963 0.267947,
  2439.                           0.42628 0.267947,
  2440.                           0.250243 0.187472,
  2441.                           0.375122 0.140569,
  2442.                           0.250243 0.07839,
  2443.                           0.375122 0,
  2444.                           0.999513 0.5,
  2445.                           0.999513 0.577903,
  2446.                           0.960562 0.5,
  2447.                           0.948355 0.597396,
  2448.                           0.906021 0.5,
  2449.                           0.874635 0.608068,
  2450.                           0.843249 0.5,
  2451.                           0.800915 0.597396,
  2452.                           0.788708 0.5,
  2453.                           0.999513 0.686985,
  2454.                           0.925793 0.732053,
  2455.                           0.823477 0.732053,
  2456.                           0.999513 0.812528,
  2457.                           0.874635 0.859431,
  2458.                           0.999513 0.92161,
  2459.                           0.874635 1,
  2460.                           0.211292 0.5,
  2461.                           0.199085 0.597396,
  2462.                           0.156751 0.5,
  2463.                           0.125365 0.608068,
  2464.                           0.0939791 0.5,
  2465.                           0.0516451 0.597396,
  2466.                           0.0394384 0.5,
  2467.                           0.000486754 0.577903,
  2468.                           0.000486754 0.5,
  2469.                           0.176523 0.732053,
  2470.                           0.0742067 0.732053,
  2471.                           0.000486754 0.686985,
  2472.                           0.125365 0.859431,
  2473.                           0.000486754 0.812528,
  2474.                           0.000486754 0.92161,
  2475.                           0 0.92161,
  2476.                           0.125122 1,
  2477.                           0.800915 0.402604,
  2478.                           0.874635 0.391932,
  2479.                           0.948355 0.402604,
  2480.                           0.999513 0.422097,
  2481.                           0.823477 0.267947,
  2482.                           0.925793 0.267947,
  2483.                           0.999513 0.313015,
  2484.                           0.874635 0.140569,
  2485.                           0.999513 0.187472,
  2486.                           0.999513 0.07839,
  2487.                           0.874635 0,
  2488.                           0.000486754 0.422097,
  2489.                           0.0516451 0.402604,
  2490.                           0.125365 0.391932,
  2491.                           0.199085 0.402604,
  2492.                           0.000486754 0.313015,
  2493.                           0.0742067 0.267947,
  2494.                           0.176523 0.267947,
  2495.                           0.000486754 0.187472,
  2496.                           0.125365 0.140569,
  2497.                           0.000486754 0.07839,
  2498.                           0 0.07839,
  2499.                           0.125122 0 ]
  2500.                       }
  2501.  
  2502.                       texCoordIndex    [ 0, 1, 2, -1, 2, 1, 3, -1,
  2503.                             2, 3, 4, -1, 4, 3, 5, -1,
  2504.                             4, 5, 6, -1, 6, 5, 7, -1,
  2505.                             6, 7, 8, -1, 8, 7, 9, -1,
  2506.                             8, 9, 10, -1, 1, 11, 3, -1,
  2507.                             3, 11, 12, -1, 3, 12, 5, -1,
  2508.                             5, 12, 13, -1, 5, 13, 7, -1,
  2509.                             7, 13, 14, -1, 7, 14, 9, -1,
  2510.                             11, 15, 12, -1, 12, 15, 16, -1,
  2511.                             12, 16, 13, -1, 13, 16, 17, -1,
  2512.                             13, 17, 14, -1, 15, 18, 16, -1,
  2513.                             16, 18, 19, -1, 16, 19, 17, -1,
  2514.                             19, 18, 20, -1, 10, 9, 21, -1,
  2515.                             21, 9, 22, -1, 21, 22, 23, -1,
  2516.                             23, 22, 24, -1, 23, 24, 25, -1,
  2517.                             25, 24, 26, -1, 25, 26, 27, -1,
  2518.                             27, 26, 28, -1, 27, 28, 29, -1,
  2519.                             9, 14, 22, -1, 22, 14, 30, -1,
  2520.                             22, 30, 24, -1, 24, 30, 31, -1,
  2521.                             24, 31, 26, -1, 26, 31, 32, -1,
  2522.                             26, 32, 28, -1, 14, 17, 30, -1,
  2523.                             30, 17, 33, -1, 30, 33, 31, -1,
  2524.                             31, 33, 34, -1, 31, 34, 32, -1,
  2525.                             17, 19, 33, -1, 33, 19, 35, -1,
  2526.                             33, 35, 34, -1, 35, 19, 36, -1,
  2527.                             10, 37, 8, -1, 8, 37, 38, -1,
  2528.                             8, 38, 6, -1, 6, 38, 39, -1,
  2529.                             6, 39, 4, -1, 4, 39, 40, -1,
  2530.                             4, 40, 2, -1, 2, 40, 41, -1,
  2531.                             2, 41, 0, -1, 37, 42, 38, -1,
  2532.                             38, 42, 43, -1, 38, 43, 39, -1,
  2533.                             39, 43, 44, -1, 39, 44, 40, -1,
  2534.                             40, 44, 45, -1, 40, 45, 41, -1,
  2535.                             42, 46, 43, -1, 43, 46, 47, -1,
  2536.                             43, 47, 44, -1, 44, 47, 48, -1,
  2537.                             44, 48, 45, -1, 46, 49, 47, -1,
  2538.                             47, 49, 50, -1, 47, 50, 48, -1,
  2539.                             50, 49, 51, -1, 29, 52, 27, -1,
  2540.                             27, 52, 53, -1, 27, 53, 25, -1,
  2541.                             25, 53, 54, -1, 25, 54, 23, -1,
  2542.                             23, 54, 55, -1, 23, 55, 21, -1,
  2543.                             21, 55, 37, -1, 21, 37, 10, -1,
  2544.                             52, 56, 53, -1, 53, 56, 57, -1,
  2545.                             53, 57, 54, -1, 54, 57, 58, -1,
  2546.                             54, 58, 55, -1, 55, 58, 42, -1,
  2547.                             55, 42, 37, -1, 56, 59, 57, -1,
  2548.                             57, 59, 60, -1, 57, 60, 58, -1,
  2549.                             58, 60, 46, -1, 58, 46, 42, -1,
  2550.                             59, 61, 60, -1, 60, 61, 49, -1,
  2551.                             60, 49, 46, -1, 49, 61, 62, -1,
  2552.                             63, 64, 65, -1, 65, 64, 66, -1,
  2553.                             65, 66, 67, -1, 67, 66, 68, -1,
  2554.                             67, 68, 69, -1, 69, 68, 70, -1,
  2555.                             69, 70, 71, -1, 71, 70, 1, -1,
  2556.                             71, 1, 0, -1, 64, 72, 66, -1,
  2557.                             66, 72, 73, -1, 66, 73, 68, -1,
  2558.                             68, 73, 74, -1, 68, 74, 70, -1,
  2559.                             70, 74, 11, -1, 70, 11, 1, -1,
  2560.                             72, 75, 73, -1, 73, 75, 76, -1,
  2561.                             73, 76, 74, -1, 74, 76, 15, -1,
  2562.                             74, 15, 11, -1, 75, 77, 76, -1,
  2563.                             76, 77, 18, -1, 76, 18, 15, -1,
  2564.                             18, 77, 78, -1, 29, 28, 79, -1,
  2565.                             79, 28, 80, -1, 79, 80, 81, -1,
  2566.                             81, 80, 82, -1, 81, 82, 83, -1,
  2567.                             83, 82, 84, -1, 83, 84, 85, -1,
  2568.                             85, 84, 86, -1, 85, 86, 87, -1,
  2569.                             28, 32, 80, -1, 80, 32, 88, -1,
  2570.                             80, 88, 82, -1, 82, 88, 89, -1,
  2571.                             82, 89, 84, -1, 84, 89, 90, -1,
  2572.                             84, 90, 86, -1, 32, 34, 88, -1,
  2573.                             88, 34, 91, -1, 88, 91, 89, -1,
  2574.                             89, 91, 92, -1, 89, 92, 90, -1,
  2575.                             34, 35, 91, -1, 91, 35, 93, -1,
  2576.                             91, 93, 92, -1, 94, 35, 95, -1,
  2577.                             0, 41, 71, -1, 71, 41, 96, -1,
  2578.                             71, 96, 69, -1, 69, 96, 97, -1,
  2579.                             69, 97, 67, -1, 67, 97, 98, -1,
  2580.                             67, 98, 65, -1, 65, 98, 99, -1,
  2581.                             65, 99, 63, -1, 41, 45, 96, -1,
  2582.                             96, 45, 100, -1, 96, 100, 97, -1,
  2583.                             97, 100, 101, -1, 97, 101, 98, -1,
  2584.                             98, 101, 102, -1, 98, 102, 99, -1,
  2585.                             45, 48, 100, -1, 100, 48, 103, -1,
  2586.                             100, 103, 101, -1, 101, 103, 104, -1,
  2587.                             101, 104, 102, -1, 48, 50, 103, -1,
  2588.                             103, 50, 105, -1, 103, 105, 104, -1,
  2589.                             105, 50, 106, -1, 87, 107, 85, -1,
  2590.                             85, 107, 108, -1, 85, 108, 83, -1,
  2591.                             83, 108, 109, -1, 83, 109, 81, -1,
  2592.                             81, 109, 110, -1, 81, 110, 79, -1,
  2593.                             79, 110, 52, -1, 79, 52, 29, -1,
  2594.                             107, 111, 108, -1, 108, 111, 112, -1,
  2595.                             108, 112, 109, -1, 109, 112, 113, -1,
  2596.                             109, 113, 110, -1, 110, 113, 56, -1,
  2597.                             110, 56, 52, -1, 111, 114, 112, -1,
  2598.                             112, 114, 115, -1, 112, 115, 113, -1,
  2599.                             113, 115, 59, -1, 113, 59, 56, -1,
  2600.                             114, 116, 115, -1, 115, 116, 61, -1,
  2601.                             115, 61, 59, -1, 61, 117, 118, -1 ]
  2602.                       creaseAngle    0.5
  2603.                     }
  2604.  
  2605.                   }
  2606.  
  2607.                   translation    0.232612 4.34458 -0.45941
  2608.                   rotation    -0.826767 0.00326115 -0.562536  0.162267
  2609.                   scale    1 0.999999 1
  2610.                   scaleOrientation    -0.989172 -0.146675 0.00493643  0.392582
  2611.                 }
  2612.                 DEF VINE-GROUP0 Transform {
  2613.                   children    [
  2614.                     DEF VINE-0 Transform {
  2615.                       children    Shape {
  2616.                     appearance    Appearance {
  2617.                       material    Material {
  2618.                         ambientIntensity    0.240838
  2619.                         diffuseColor    0.876873 0.323147 0.199564
  2620.                         specularColor    0.816327 0.278677 0.278677
  2621.                         emissiveColor    0 0 0
  2622.                         shininess    0.5
  2623.                         transparency    0
  2624.                       }
  2625.  
  2626.                       texture    DEF VINE-TEX ImageTexture {
  2627.                         url    "Textures/el_1288_.bw"
  2628.                       }
  2629.  
  2630.                       textureTransform    TextureTransform {
  2631.                         translation    0 0
  2632.                         rotation    0
  2633.                         scale    2 2.22708
  2634.                         center    0.5 0.5
  2635.                       }
  2636.  
  2637.                     }
  2638.  
  2639.                     geometry    DEF VINE-IFS IndexedFaceSet {
  2640.                       coord    Coordinate {
  2641.                         point    [ 0.982408 -0.0520901 0.983938,
  2642.                               1.47125 -0.0769596 -3.07312e-05,
  2643.                               0.49292 0.246781 0.479922,
  2644.                               0.49292 0.246781 0.479922,
  2645.                               1.47125 -0.0769596 -3.07312e-05,
  2646.                               0.73122 0.232192 -1.49893e-05,
  2647.                               1.47125 -0.0769596 -3.07312e-05,
  2648.                               0.982408 -0.0520901 -0.983938,
  2649.                               0.73122 0.232192 -1.49893e-05,
  2650.                               0.73122 0.232192 -1.49893e-05,
  2651.                               0.982408 -0.0520901 -0.983938,
  2652.                               0.49292 0.246781 -0.479922,
  2653.                               0.982408 -0.0520901 -0.983938,
  2654.                               -0.000258618 -0.00209818 -1.48789,
  2655.                               0.49292 0.246781 -0.479922,
  2656.                               0.49292 0.246781 -0.479922,
  2657.                               -0.000258618 -0.00209818 -1.48789,
  2658.                               0.0138946 0.276105 -0.72573,
  2659.                               -0.000258618 -0.00209818 -1.48789,
  2660.                               -0.982925 0.0478938 -0.983938,
  2661.                               0.0138946 0.276105 -0.72573,
  2662.                               0.0138946 0.276105 -0.72573,
  2663.                               -0.982925 0.0478938 -0.983938,
  2664.                               -0.465131 0.30543 -0.479922,
  2665.                               -0.982925 0.0478938 -0.983938,
  2666.                               -1.50062 0.0742311 0.0144145,
  2667.                               -0.465131 0.30543 -0.479922,
  2668.                               -0.465131 0.30543 -0.479922,
  2669.                               -1.50062 0.0742311 0.0144145,
  2670.                               -0.717496 0.32088 0.00703078,
  2671.                               -1.50062 0.0742311 0.0144145,
  2672.                               -0.982925 0.0478938 0.983938,
  2673.                               -0.717496 0.32088 0.00703078,
  2674.                               -0.717496 0.32088 0.00703078,
  2675.                               -0.982925 0.0478938 0.983938,
  2676.                               -0.465131 0.30543 0.479922,
  2677.                               -0.982925 0.0478938 0.983938,
  2678.                               -0.000258618 -0.00209818 1.51672,
  2679.                               -0.465131 0.30543 0.479922,
  2680.                               -0.465131 0.30543 0.479922,
  2681.                               -0.000258618 -0.00209818 1.51672,
  2682.                               0.0138946 0.276105 0.739789,
  2683.                               -0.000258618 -0.00209818 1.51672,
  2684.                               0.982408 -0.0520901 0.983938,
  2685.                               0.0138946 0.276105 0.739789,
  2686.                               0.0138946 0.276105 0.739789,
  2687.                               0.982408 -0.0520901 0.983938,
  2688.                               0.49292 0.246781 0.479922,
  2689.                               0.49292 0.246781 0.479922,
  2690.                               0.73122 0.232192 -1.49893e-05,
  2691.                               0.301407 0.45064 0.278316,
  2692.                               0.301407 0.45064 0.278316,
  2693.                               0.73122 0.232192 -1.49893e-05,
  2694.                               0.439537 0.441189 -8.69259e-06,
  2695.                               0.73122 0.232192 -1.49893e-05,
  2696.                               0.49292 0.246781 -0.479922,
  2697.                               0.439537 0.441189 -8.69259e-06,
  2698.                               0.439537 0.441189 -8.69259e-06,
  2699.                               0.49292 0.246781 -0.479922,
  2700.                               0.301407 0.45064 -0.278316,
  2701.                               0.49292 0.246781 -0.479922,
  2702.                               0.0138946 0.276105 -0.72573,
  2703.                               0.301407 0.45064 -0.278316,
  2704.                               0.301407 0.45064 -0.278316,
  2705.                               0.0138946 0.276105 -0.72573,
  2706.                               0.0237404 0.469638 -0.420865,
  2707.                               0.0138946 0.276105 -0.72573,
  2708.                               -0.465131 0.30543 -0.479922,
  2709.                               0.0237404 0.469638 -0.420865,
  2710.                               0.0237404 0.469638 -0.420865,
  2711.                               -0.465131 0.30543 -0.479922,
  2712.                               -0.253926 0.488637 -0.278316,
  2713.                               -0.465131 0.30543 -0.479922,
  2714.                               -0.717496 0.32088 0.00703078,
  2715.                               -0.253926 0.488637 -0.278316,
  2716.                               -0.253926 0.488637 -0.278316,
  2717.                               -0.717496 0.32088 0.00703078,
  2718.                               -0.40021 0.498645 0.00407728,
  2719.                               -0.717496 0.32088 0.00703078,
  2720.                               -0.465131 0.30543 0.479922,
  2721.                               -0.40021 0.498645 0.00407728,
  2722.                               -0.40021 0.498645 0.00407728,
  2723.                               -0.465131 0.30543 0.479922,
  2724.                               -0.253926 0.488637 0.278316,
  2725.                               -0.465131 0.30543 0.479922,
  2726.                               0.0138946 0.276105 0.739789,
  2727.                               -0.253926 0.488637 0.278316,
  2728.                               -0.253926 0.488637 0.278316,
  2729.                               0.0138946 0.276105 0.739789,
  2730.                               0.0237404 0.469638 0.429018,
  2731.                               0.0138946 0.276105 0.739789,
  2732.                               0.49292 0.246781 0.479922,
  2733.                               0.0237404 0.469638 0.429018,
  2734.                               0.0237404 0.469638 0.429018,
  2735.                               0.49292 0.246781 0.479922,
  2736.                               0.301407 0.45064 0.278316,
  2737.                               0.301407 0.45064 0.278316,
  2738.                               0.439537 0.441189 -8.69259e-06,
  2739.                               0.167394 0.991563 0.117031,
  2740.                               0.167394 0.991563 0.117031,
  2741.                               0.439537 0.441189 -8.69259e-06,
  2742.                               0.225388 0.986444 -3.65521e-06,
  2743.                               0.439537 0.441189 -8.69259e-06,
  2744.                               0.301407 0.45064 -0.278316,
  2745.                               0.225388 0.986444 -3.65521e-06,
  2746.                               0.225388 0.986444 -3.65521e-06,
  2747.                               0.301407 0.45064 -0.278316,
  2748.                               0.167394 0.991563 -0.117031,
  2749.                               0.301407 0.45064 -0.278316,
  2750.                               0.0237404 0.469638 -0.420865,
  2751.                               0.167394 0.991563 -0.117031,
  2752.                               0.167394 0.991563 -0.117031,
  2753.                               0.0237404 0.469638 -0.420865,
  2754.                               0.0508162 1.00185 -0.176972,
  2755.                               0.0237404 0.469638 -0.420865,
  2756.                               -0.253926 0.488637 -0.278316,
  2757.                               0.0508162 1.00185 -0.176972,
  2758.                               0.0508162 1.00185 -0.176972,
  2759.                               -0.253926 0.488637 -0.278316,
  2760.                               -0.0657616 1.01214 -0.117031,
  2761.                               -0.253926 0.488637 -0.278316,
  2762.                               -0.40021 0.498645 0.00407728,
  2763.                               -0.0657616 1.01214 -0.117031,
  2764.                               -0.0657616 1.01214 -0.117031,
  2765.                               -0.40021 0.498645 0.00407728,
  2766.                               -0.127178 1.01756 0.00171448,
  2767.                               -0.40021 0.498645 0.00407728,
  2768.                               -0.253926 0.488637 0.278316,
  2769.                               -0.127178 1.01756 0.00171448,
  2770.                               -0.127178 1.01756 0.00171448,
  2771.                               -0.253926 0.488637 0.278316,
  2772.                               -0.0657616 1.01214 0.117031,
  2773.                               -0.253926 0.488637 0.278316,
  2774.                               0.0237404 0.469638 0.429018,
  2775.                               -0.0657616 1.01214 0.117031,
  2776.                               -0.0657616 1.01214 0.117031,
  2777.                               0.0237404 0.469638 0.429018,
  2778.                               0.0508162 1.00185 0.180401,
  2779.                               0.0237404 0.469638 0.429018,
  2780.                               0.301407 0.45064 0.278316,
  2781.                               0.0508162 1.00185 0.180401,
  2782.                               0.0508162 1.00185 0.180401,
  2783.                               0.301407 0.45064 0.278316,
  2784.                               0.167394 0.991563 0.117031,
  2785.                               0.167394 0.991563 0.117031,
  2786.                               0.225388 0.986444 -3.65521e-06,
  2787.                               0.185185 1.59581 0.104203,
  2788.                               0.185185 1.59581 0.104203,
  2789.                               0.225388 0.986444 -3.65521e-06,
  2790.                               0.236707 1.59009 -3.25456e-06,
  2791.                               0.225388 0.986444 -3.65521e-06,
  2792.                               0.167394 0.991563 -0.117031,
  2793.                               0.236707 1.59009 -3.25456e-06,
  2794.                               0.236707 1.59009 -3.25456e-06,
  2795.                               0.167394 0.991563 -0.117031,
  2796.                               0.185185 1.59581 -0.104203,
  2797.                               0.167394 0.991563 -0.117031,
  2798.                               0.0508162 1.00185 -0.176972,
  2799.                               0.185185 1.59581 -0.104203,
  2800.                               0.185185 1.59581 -0.104203,
  2801.                               0.0508162 1.00185 -0.176972,
  2802.                               0.0816174 1.6073 -0.157574,
  2803.                               0.0508162 1.00185 -0.176972,
  2804.                               -0.0657616 1.01214 -0.117031,
  2805.                               0.0816174 1.6073 -0.157574,
  2806.                               0.0816174 1.6073 -0.157574,
  2807.                               -0.0657616 1.01214 -0.117031,
  2808.                               -0.0219505 1.61879 -0.104203,
  2809.                               -0.0657616 1.01214 -0.117031,
  2810.                               -0.127178 1.01756 0.00171448,
  2811.                               -0.0219505 1.61879 -0.104203,
  2812.                               -0.0219505 1.61879 -0.104203,
  2813.                               -0.127178 1.01756 0.00171448,
  2814.                               -0.0765133 1.62484 0.00152656,
  2815.                               -0.127178 1.01756 0.00171448,
  2816.                               -0.0657616 1.01214 0.117031,
  2817.                               -0.0765133 1.62484 0.00152656,
  2818.                               -0.0765133 1.62484 0.00152656,
  2819.                               -0.0657616 1.01214 0.117031,
  2820.                               -0.0219505 1.61879 0.104203,
  2821.                               -0.0657616 1.01214 0.117031,
  2822.                               0.0508162 1.00185 0.180401,
  2823.                               -0.0219505 1.61879 0.104203,
  2824.                               -0.0219505 1.61879 0.104203,
  2825.                               0.0508162 1.00185 0.180401,
  2826.                               0.0816174 1.6073 0.160627,
  2827.                               0.0508162 1.00185 0.180401,
  2828.                               0.167394 0.991563 0.117031,
  2829.                               0.0816174 1.6073 0.160627,
  2830.                               0.0816174 1.6073 0.160627,
  2831.                               0.167394 0.991563 0.117031,
  2832.                               0.185185 1.59581 0.104203,
  2833.                               0.185185 1.59581 0.104203,
  2834.                               0.236707 1.59009 -3.25456e-06,
  2835.                               0.481071 3.82438 0.0565491,
  2836.                               0.481071 3.82438 0.0565491,
  2837.                               0.236707 1.59009 -3.25456e-06,
  2838.                               0.508873 3.82009 -1.76619e-06,
  2839.                               0.236707 1.59009 -3.25456e-06,
  2840.                               0.185185 1.59581 -0.104203,
  2841.                               0.508873 3.82009 -1.76619e-06,
  2842.                               0.508873 3.82009 -1.76619e-06,
  2843.                               0.185185 1.59581 -0.104203,
  2844.                               0.481071 3.82438 -0.0565491,
  2845.                               0.185185 1.59581 -0.104203,
  2846.                               0.0816174 1.6073 -0.157574,
  2847.                               0.481071 3.82438 -0.0565491,
  2848.                               0.481071 3.82438 -0.0565491,
  2849.                               0.0816174 1.6073 -0.157574,
  2850.                               0.425184 3.83301 -0.0855127,
  2851.                               0.0816174 1.6073 -0.157574,
  2852.                               -0.0219505 1.61879 -0.104203,
  2853.                               0.425184 3.83301 -0.0855127,
  2854.                               0.425184 3.83301 -0.0855127,
  2855.                               -0.0219505 1.61879 -0.104203,
  2856.                               0.369297 3.84164 -0.0565491,
  2857.                               -0.0219505 1.61879 -0.104203,
  2858.                               -0.0765133 1.62484 0.00152656,
  2859.                               0.369297 3.84164 -0.0565491,
  2860.                               0.369297 3.84164 -0.0565491,
  2861.                               -0.0765133 1.62484 0.00152656,
  2862.                               0.339854 3.84618 0.000828435,
  2863.                               -0.0765133 1.62484 0.00152656,
  2864.                               -0.0219505 1.61879 0.104203,
  2865.                               0.339854 3.84618 0.000828435,
  2866.                               0.339854 3.84618 0.000828435,
  2867.                               -0.0219505 1.61879 0.104203,
  2868.                               0.369297 3.84164 0.0565491,
  2869.                               -0.0219505 1.61879 0.104203,
  2870.                               0.0816174 1.6073 0.160627,
  2871.                               0.369297 3.84164 0.0565491,
  2872.                               0.369297 3.84164 0.0565491,
  2873.                               0.0816174 1.6073 0.160627,
  2874.                               0.425184 3.83301 0.0871692,
  2875.                               0.0816174 1.6073 0.160627,
  2876.                               0.185185 1.59581 0.104203,
  2877.                               0.425184 3.83301 0.0871692,
  2878.                               0.425184 3.83301 0.0871692,
  2879.                               0.185185 1.59581 0.104203,
  2880.                               0.481071 3.82438 0.0565491,
  2881.                               -0.140568 1.85567 0.11744,
  2882.                               0.0451643 1.53916 0.0752044,
  2883.                               0.0154459 1.53142 0.0300426,
  2884.                               -0.146869 1.85403 0.107865,
  2885.                               -0.0330304 1.50267 0.0668682,
  2886.                               -0.157147 1.84793 0.115673,
  2887.                               -0.00331199 1.5104 0.11203,
  2888.                               -0.150846 1.84957 0.125248,
  2889.                               0.417151 1.58792 0.119049,
  2890.                               0.192729 1.33439 -0.0286444,
  2891.                               0.167846 1.3327 0.0199417,
  2892.                               0.411875 1.58756 0.12935,
  2893.                               0.212294 1.28677 0.0411096,
  2894.                               0.421299 1.57783 0.133838,
  2895.                               0.237177 1.28846 -0.0074765,
  2896.                               0.426574 1.57818 0.123537,
  2897.                               0.579196 1.02692 -0.13582,
  2898.                               0.220203 0.787739 -0.114945,
  2899.                               0.210325 0.814212 -0.0576876,
  2900.                               0.577102 1.03253 -0.12368,
  2901.                               0.25488 0.758582 -0.02428,
  2902.                               0.586548 1.02074 -0.116597,
  2903.                               0.264758 0.732109 -0.0815375,
  2904.                               0.588643 1.01513 -0.128737,
  2905.                               -0.21383 1.11594 -0.329207,
  2906.                               -0.143722 0.70893 -0.20291,
  2907.                               -0.101885 0.733013 -0.161118,
  2908.                               -0.20496 1.12104 -0.320347,
  2909.                               -0.0455783 0.730555 -0.216069,
  2910.                               -0.193022 1.12052 -0.331997,
  2911.                               -0.0874151 0.706472 -0.25786,
  2912.                               -0.201892 1.11542 -0.340858,
  2913.                               -0.308654 1.08734 0.28477,
  2914.                               -0.160579 0.71467 0.124424,
  2915.                               -0.107263 0.725783 0.157752,
  2916.                               -0.297351 1.0897 0.291836,
  2917.                               -0.0787069 0.768218 0.0979197,
  2918.                               -0.291296 1.09869 0.279151,
  2919.                               -0.132023 0.757105 0.0645922,
  2920.                               -0.3026 1.09634 0.272085 ]
  2921.                       }
  2922.  
  2923.                       color    Color {
  2924.                         color    [ 0.235294 0.0340221 0.00128896,
  2925.                               0.368984 0.118716 0.0206899,
  2926.                               0.363636 0.116996 0.02039 ]
  2927.                       }
  2928.  
  2929.                       coordIndex    [ 0, 1, 2, -1, 3, 4, 5, -1,
  2930.                             6, 7, 8, -1, 9, 10, 11, -1,
  2931.                             12, 13, 14, -1, 15, 16, 17, -1,
  2932.                             18, 19, 20, -1, 21, 22, 23, -1,
  2933.                             24, 25, 26, -1, 27, 28, 29, -1,
  2934.                             30, 31, 32, -1, 33, 34, 35, -1,
  2935.                             36, 37, 38, -1, 39, 40, 41, -1,
  2936.                             42, 43, 44, -1, 45, 46, 47, -1,
  2937.                             48, 49, 50, -1, 51, 52, 53, -1,
  2938.                             54, 55, 56, -1, 57, 58, 59, -1,
  2939.                             60, 61, 62, -1, 63, 64, 65, -1,
  2940.                             66, 67, 68, -1, 69, 70, 71, -1,
  2941.                             72, 73, 74, -1, 75, 76, 77, -1,
  2942.                             78, 79, 80, -1, 81, 82, 83, -1,
  2943.                             84, 85, 86, -1, 87, 88, 89, -1,
  2944.                             90, 91, 92, -1, 93, 94, 95, -1,
  2945.                             96, 97, 98, -1, 99, 100, 101, -1,
  2946.                             102, 103, 104, -1, 105, 106, 107, -1,
  2947.                             108, 109, 110, -1, 111, 112, 113, -1,
  2948.                             114, 115, 116, -1, 117, 118, 119, -1,
  2949.                             120, 121, 122, -1, 123, 124, 125, -1,
  2950.                             126, 127, 128, -1, 129, 130, 131, -1,
  2951.                             132, 133, 134, -1, 135, 136, 137, -1,
  2952.                             138, 139, 140, -1, 141, 142, 143, -1,
  2953.                             144, 145, 146, -1, 147, 148, 149, -1,
  2954.                             150, 151, 152, -1, 153, 154, 155, -1,
  2955.                             156, 157, 158, -1, 159, 160, 161, -1,
  2956.                             162, 163, 164, -1, 165, 166, 167, -1,
  2957.                             168, 169, 170, -1, 171, 172, 173, -1,
  2958.                             174, 175, 176, -1, 177, 178, 179, -1,
  2959.                             180, 181, 182, -1, 183, 184, 185, -1,
  2960.                             186, 187, 188, -1, 189, 190, 191, -1,
  2961.                             192, 193, 194, -1, 195, 196, 197, -1,
  2962.                             198, 199, 200, -1, 201, 202, 203, -1,
  2963.                             204, 205, 206, -1, 207, 208, 209, -1,
  2964.                             210, 211, 212, -1, 213, 214, 215, -1,
  2965.                             216, 217, 218, -1, 219, 220, 221, -1,
  2966.                             222, 223, 224, -1, 225, 226, 227, -1,
  2967.                             228, 229, 230, -1, 231, 232, 233, -1,
  2968.                             234, 235, 236, -1, 237, 238, 239, -1,
  2969.                             240, 241, 242, 243, -1, 243, 242, 244,
  2970.                             245, -1, 245, 244, 246, 247, -1, 247,
  2971.                             246, 241, 240, -1, 248, 249, 250, 251,
  2972.                             -1, 251, 250, 252, 253, -1, 253, 252,
  2973.                             254, 255, -1, 255, 254, 249, 248, -1,
  2974.                             256, 257, 258, 259, -1, 259, 258, 260,
  2975.                             261, -1, 261, 260, 262, 263, -1, 263,
  2976.                             262, 257, 256, -1, 264, 265, 266, 267,
  2977.                             -1, 267, 266, 268, 269, -1, 269, 268,
  2978.                             270, 271, -1, 271, 270, 265, 264, -1,
  2979.                             272, 273, 274, 275, -1, 275, 274, 276,
  2980.                             277, -1, 277, 276, 278, 279, -1, 279,
  2981.                             278, 273, 272, -1 ]
  2982.                       colorIndex    [ 1, 1, 1, -1, 1, 1, 1, -1,
  2983.                             1, 0, 1, -1, 1, 0, 2, -1,
  2984.                             0, 0, 2, -1, 2, 0, 1, -1,
  2985.                             0, 0, 1, -1, 1, 0, 1, -1,
  2986.                             0, 0, 1, -1, 1, 0, 2, -1,
  2987.                             0, 0, 2, -1, 2, 0, 2, -1,
  2988.                             0, 2, 2, -1, 2, 2, 2, -1,
  2989.                             2, 1, 2, -1, 2, 1, 1, -1,
  2990.                             1, 1, 2, -1, 2, 1, 2, -1,
  2991.                             1, 2, 2, -1, 2, 2, 2, -1,
  2992.                             2, 1, 2, -1, 2, 1, 2, -1,
  2993.                             1, 1, 2, -1, 2, 1, 1, -1,
  2994.                             1, 2, 1, -1, 1, 2, 1, -1,
  2995.                             2, 2, 1, -1, 1, 2, 0, -1,
  2996.                             2, 2, 0, -1, 0, 2, 2, -1,
  2997.                             2, 1, 2, -1, 2, 1, 2, -1,
  2998.                             2, 2, 1, -1, 1, 2, 0, -1,
  2999.                             2, 2, 0, -1, 0, 2, 2, -1,
  3000.                             2, 2, 2, -1, 2, 2, 0, -1,
  3001.                             2, 1, 0, -1, 0, 1, 1, -1,
  3002.                             1, 1, 1, -1, 1, 1, 2, -1,
  3003.                             1, 0, 2, -1, 2, 0, 2, -1,
  3004.                             0, 2, 2, -1, 2, 2, 2, -1,
  3005.                             2, 2, 2, -1, 2, 2, 1, -1,
  3006.                             1, 0, 0, -1, 0, 0, 0, -1,
  3007.                             0, 2, 0, -1, 0, 2, 2, -1,
  3008.                             2, 0, 2, -1, 2, 0, 2, -1,
  3009.                             0, 1, 2, -1, 2, 1, 0, -1,
  3010.                             1, 2, 0, -1, 0, 2, 0, -1,
  3011.                             2, 2, 0, -1, 0, 2, 0, -1,
  3012.                             2, 2, 0, -1, 0, 2, 1, -1,
  3013.                             2, 1, 1, -1, 1, 1, 0, -1,
  3014.                             0, 0, 0, -1, 0, 0, 0, -1,
  3015.                             0, 2, 0, -1, 0, 2, 0, -1,
  3016.                             2, 2, 0, -1, 0, 2, 2, -1,
  3017.                             2, 0, 2, -1, 2, 0, 1, -1,
  3018.                             0, 0, 1, -1, 1, 0, 1, -1,
  3019.                             0, 0, 1, -1, 1, 0, 1, -1,
  3020.                             0, 1, 1, -1, 1, 1, 0, -1,
  3021.                             1, 0, 0, -1, 0, 0, 0, -1,
  3022.                             2, 2, 2, 2, -1, 2, 2, 2,
  3023.                             2, -1, 2, 2, 2, 2, -1, 2,
  3024.                             2, 2, 2, -1, 2, 2, 2, 2,
  3025.                             -1, 2, 2, 0, 2, -1, 2, 0,
  3026.                             2, 2, -1, 2, 2, 2, 2, -1,
  3027.                             2, 2, 2, 2, -1, 2, 2, 2,
  3028.                             2, -1, 2, 2, 2, 2, -1, 2,
  3029.                             2, 2, 2, -1, 2, 0, 2, 2,
  3030.                             -1, 2, 2, 2, 2, -1, 2, 2,
  3031.                             0, 2, -1, 2, 0, 0, 2, -1,
  3032.                             2, 2, 2, 2, -1, 2, 2, 2,
  3033.                             2, -1, 2, 2, 2, 2, -1, 2,
  3034.                             2, 2, 2, -1 ]
  3035.                       texCoord    TextureCoordinate {
  3036.                         point    [ 0.686387 -0.0579839,
  3037.                               0.835885 -0.0597023,
  3038.                               0.981947 -0.063139,
  3039.                               0.0815215 -0.0614207,
  3040.                               0.225864 -0.076886,
  3041.                               0.34615 -0.0717309,
  3042.                               0.478465 -0.0682941,
  3043.                               0.595314 -0.0597023,
  3044.                               0.753079 0.0788021,
  3045.                               0.872893 0.0825208,
  3046.                               0.993858 0.0899954,
  3047.                               0.117612 0.0974703,
  3048.                               0.248328 0.101408,
  3049.                               0.377617 0.0974703,
  3050.                               0.506267 0.0899954,
  3051.                               0.631881 0.0825208,
  3052.                               0.749967 0.136192,
  3053.                               0.871971 0.139628,
  3054.                               0.980228 0.136192,
  3055.                               0.119326 0.139628,
  3056.                               0.248203 0.139628,
  3057.                               0.377081 0.136192,
  3058.                               0.50424 0.132755,
  3059.                               0.629681 0.132755,
  3060.                               0.759547 0.271059,
  3061.                               0.849517 0.272364,
  3062.                               0.947519 0.274986,
  3063.                               0.0589858 0.277609,
  3064.                               0.232107 0.278991,
  3065.                               0.426496 0.277609,
  3066.                               0.55982 0.274986,
  3067.                               0.66832 0.272364,
  3068.                               0.759118 0.424927,
  3069.                               0.754381 0.99335,
  3070.                               0.835245 0.426385,
  3071.                               0.772628 0.994443,
  3072.                               0.918761 0.429314,
  3073.                               0.785553 0.996643,
  3074.                               0.00973633 0.432243,
  3075.                               0.779085 0.998843,
  3076.                               0.217292 0.433785,
  3077.                               0.756096 1,
  3078.                               0.487149 0.432243,
  3079.                               0.732606 0.998843,
  3080.                               0.592697 0.429314,
  3081.                               0.723912 0.996643,
  3082.                               0.682802 0.426385,
  3083.                               0.736506 0.994443,
  3084.                               0.358736 0.491069,
  3085.                               0.51846 0.404616,
  3086.                               0.62376 0.411946,
  3087.                               0.35916 0.492623,
  3088.                               0.711416 0.421893,
  3089.                               0.763799 0.348042,
  3090.                               0.782578 0.359749,
  3091.                               0.712166 0.424375,
  3092.                               0.787077 0.27837,
  3093.                               0.802642 0.20623,
  3094.                               0.830119 0.22041,
  3095.                               0.789434 0.281377,
  3096.                               0.0771847 0.303934,
  3097.                               0.0415435 0.199695,
  3098.                               0.085277 0.200322,
  3099.                               0.0835952 0.304067,
  3100.                               0.366186 0.299071,
  3101.                               0.314314 0.212601,
  3102.                               0.352827 0.201785,
  3103.                               0.368344 0.296778,
  3104.                               0.347942 0.492205,
  3105.                               0.67385 0.409974,
  3106.                               0.348345 0.490651,
  3107.                               0.446452 0.402644,
  3108.                               0.708111 0.424283,
  3109.                               0.745183 0.359319,
  3110.                               0.707448 0.421801,
  3111.                               0.731368 0.347612,
  3112.                               0.786486 0.282808,
  3113.                               0.799355 0.227158,
  3114.                               0.784147 0.279801,
  3115.                               0.772691 0.212978,
  3116.                               0.0822596 0.305368,
  3117.                               0.0733802 0.20646,
  3118.                               0.0756665 0.305235,
  3119.                               0.0212063 0.205834,
  3120.                               0.37351 0.297378,
  3121.                               0.408729 0.204617,
  3122.                               0.371509 0.299671,
  3123.                               0.395897 0.215434 ]
  3124.                       }
  3125.  
  3126.                       texCoordIndex    [ 7, 0, 15, -1, 15, 0, 8, -1,
  3127.                             0, 1, 8, -1, 8, 1, 9, -1,
  3128.                             1, 2, 9, -1, 9, 2, 10, -1,
  3129.                             2, 3, 10, -1, 10, 3, 11, -1,
  3130.                             3, 4, 11, -1, 11, 4, 12, -1,
  3131.                             4, 5, 12, -1, 12, 5, 13, -1,
  3132.                             5, 6, 13, -1, 13, 6, 14, -1,
  3133.                             6, 7, 14, -1, 14, 7, 15, -1,
  3134.                             15, 8, 23, -1, 23, 8, 16, -1,
  3135.                             8, 9, 16, -1, 16, 9, 17, -1,
  3136.                             9, 10, 17, -1, 17, 10, 18, -1,
  3137.                             10, 11, 18, -1, 18, 11, 19, -1,
  3138.                             11, 12, 19, -1, 19, 12, 20, -1,
  3139.                             12, 13, 20, -1, 20, 13, 21, -1,
  3140.                             13, 14, 21, -1, 21, 14, 22, -1,
  3141.                             14, 15, 22, -1, 22, 15, 23, -1,
  3142.                             23, 16, 31, -1, 31, 16, 24, -1,
  3143.                             16, 17, 24, -1, 24, 17, 25, -1,
  3144.                             17, 18, 25, -1, 25, 18, 26, -1,
  3145.                             18, 19, 26, -1, 26, 19, 27, -1,
  3146.                             19, 20, 27, -1, 27, 20, 28, -1,
  3147.                             20, 21, 28, -1, 28, 21, 29, -1,
  3148.                             21, 22, 29, -1, 29, 22, 30, -1,
  3149.                             22, 23, 30, -1, 30, 23, 31, -1,
  3150.                             31, 24, 46, -1, 46, 24, 32, -1,
  3151.                             24, 25, 32, -1, 32, 25, 34, -1,
  3152.                             25, 26, 34, -1, 34, 26, 36, -1,
  3153.                             26, 27, 36, -1, 36, 27, 38, -1,
  3154.                             27, 28, 38, -1, 38, 28, 40, -1,
  3155.                             28, 29, 40, -1, 40, 29, 42, -1,
  3156.                             29, 30, 42, -1, 42, 30, 44, -1,
  3157.                             30, 31, 44, -1, 44, 31, 46, -1,
  3158.                             46, 32, 47, -1, 47, 32, 33, -1,
  3159.                             32, 34, 33, -1, 33, 34, 35, -1,
  3160.                             34, 36, 35, -1, 35, 36, 37, -1,
  3161.                             36, 38, 37, -1, 37, 38, 39, -1,
  3162.                             38, 40, 39, -1, 39, 40, 41, -1,
  3163.                             40, 42, 41, -1, 41, 42, 43, -1,
  3164.                             42, 44, 43, -1, 43, 44, 45, -1,
  3165.                             44, 46, 45, -1, 45, 46, 47, -1,
  3166.                             51, 50, 69, 68, -1, 68, 69, 71,
  3167.                             70, -1, 70, 71, 49, 48, -1, 48,
  3168.                             49, 50, 51, -1, 55, 54, 73, 72,
  3169.                             -1, 72, 73, 75, 74, -1, 74, 75,
  3170.                             53, 52, -1, 52, 53, 54, 55, -1,
  3171.                             59, 58, 77, 76, -1, 76, 77, 79,
  3172.                             78, -1, 78, 79, 57, 56, -1, 56,
  3173.                             57, 58, 59, -1, 63, 62, 81, 80,
  3174.                             -1, 80, 81, 83, 82, -1, 82, 83,
  3175.                             61, 60, -1, 60, 61, 62, 63, -1,
  3176.                             67, 66, 85, 84, -1, 84, 85, 87,
  3177.                             86, -1, 86, 87, 65, 64, -1, 64,
  3178.                             65, 66, 67, -1 ]
  3179.                       solid    TRUE
  3180.                       creaseAngle    2.58274
  3181.                     }
  3182.  
  3183.                       }
  3184.  
  3185.                     }
  3186.                     Transform {
  3187.                       children    [
  3188.                     DEF V0-BRANCH2 Transform {
  3189.                       children    Transform {
  3190.                         children    [
  3191.                           DEF TOM0-BUTTON2-TRIGGER TouchSensor {
  3192.                           }
  3193.                           Shape {
  3194.                         appearance    Appearance {
  3195.                           material    DEF BUD-MAT-0-2 Material {
  3196.                             ambientIntensity    0.2
  3197.                             diffuseColor    0.876873 0.323147 0.199564
  3198.                             specularColor    0.816327 0.278677 0.278677
  3199.                             emissiveColor    0 0 0
  3200.                             shininess    0.5
  3201.                             transparency    0
  3202.                           }
  3203.  
  3204.                           texture    USE BULB-TEX
  3205.  
  3206.                         }
  3207.  
  3208.                         geometry    USE BUD-IFS
  3209.  
  3210.                           }
  3211.                         ]
  3212.                         translation    0.346152 2.03304 0.395134
  3213.                         rotation    0.4703 0.869699 -0.149808  1.1266
  3214.                         scale    0.393284 0.393283 0.393284
  3215.                         scaleOrientation    -0.0478238 -0.95362 -0.29719  0.172344
  3216.                       }
  3217.  
  3218.                       translation    0.301802 -0.214309 0.486467
  3219.                       rotation    -0.889992 0.42619 0.1621  0.759021
  3220.                       scale    0.851981 0.851983 0.851981
  3221.                       scaleOrientation    -0.422872 -0.622357 0.658674  1.22277
  3222.                     }
  3223.                     DEF V0-BRANCH1 Transform {
  3224.                       children    Transform {
  3225.                         children    [
  3226.                           DEF TOM0-BUTTON1-TRIGGER TouchSensor {
  3227.                           }
  3228.                           Shape {
  3229.                         appearance    Appearance {
  3230.                           material    DEF BUD-MAT-0-1 Material {
  3231.                             ambientIntensity    0.2
  3232.                             diffuseColor    0.876873 0.323147 0.199564
  3233.                             specularColor    0.816327 0.278677 0.278677
  3234.                             emissiveColor    0 0 0
  3235.                             shininess    0.5
  3236.                             transparency    0
  3237.                           }
  3238.  
  3239.                           texture    USE BULB-TEX
  3240.  
  3241.                         }
  3242.  
  3243.                         geometry    USE BUD-IFS
  3244.  
  3245.                           }
  3246.                         ]
  3247.                         translation    0.346152 2.03304 0.395134
  3248.                         rotation    0.4703 0.869699 -0.149808  1.1266
  3249.                         scale    0.393284 0.393283 0.393284
  3250.                         scaleOrientation    -0.106196 0.992476 0.0609345  0.496953
  3251.                       }
  3252.  
  3253.                       translation    0.721077 0.131731 0.360457
  3254.                       rotation    -0.592247 0.387971 0.706202  1.22018
  3255.                       scale    0.851981 0.851982 0.851981
  3256.                       scaleOrientation    -0.612104 0.00437173 0.790765  0.677522
  3257.                     }
  3258.                     DEF V0-BRANCH3 Transform {
  3259.                       children    Transform {
  3260.                         children    [
  3261.                           DEF TOM0-BUTTON3-TRIGGER TouchSensor {
  3262.                           }
  3263.                           Shape {
  3264.                         appearance    Appearance {
  3265.                           material    DEF BUD-MAT-0-3 Material {
  3266.                             ambientIntensity    0.2
  3267.                             diffuseColor    0.876873 0.323147 0.199564
  3268.                             specularColor    0.816327 0.278677 0.278677
  3269.                             emissiveColor    0 0 0
  3270.                             shininess    0.5
  3271.                             transparency    0
  3272.                           }
  3273.  
  3274.                           texture    USE BULB-TEX
  3275.  
  3276.                         }
  3277.  
  3278.                         geometry    USE BUD-IFS
  3279.  
  3280.                           }
  3281.                         ]
  3282.                         translation    0.346152 2.03304 0.395134
  3283.                         rotation    0.4703 0.869698 -0.149808  1.1266
  3284.                         scale    0.393284 0.393283 0.393284
  3285.                         scaleOrientation    -0.0610363 0.982944 0.173479  0.451098
  3286.                       }
  3287.  
  3288.                       translation    -0.483964 -0.0764535 -0.237992
  3289.                       rotation    0.0679417 -0.722201 -0.688339  0.993219
  3290.                       scale    0.851981 0.851983 0.85198
  3291.                       scaleOrientation    -0.363712 0.856295 0.366706  0.79715
  3292.                     }
  3293.                     DEF V0-BRANCH4 Transform {
  3294.                       children    Transform {
  3295.                         children    [
  3296.                           DEF TOM0-BUTTON4-TRIGGER TouchSensor {
  3297.                           }
  3298.                           Shape {
  3299.                         appearance    Appearance {
  3300.                           material    DEF BUD-MAT-0-4 Material {
  3301.                             ambientIntensity    0.2
  3302.                             diffuseColor    0.876873 0.323147 0.199564
  3303.                             specularColor    0.816327 0.278677 0.278677
  3304.                             emissiveColor    0 0 0
  3305.                             shininess    0.5
  3306.                             transparency    0
  3307.                           }
  3308.  
  3309.                           texture    USE BULB-TEX
  3310.  
  3311.                         }
  3312.  
  3313.                         geometry    USE BUD-IFS
  3314.  
  3315.                           }
  3316.                         ]
  3317.                         translation    0.346152 2.03304 0.395134
  3318.                         rotation    0.4703 0.869699 -0.149808  1.1266
  3319.                         scale    0.393284 0.393283 0.393284
  3320.                         scaleOrientation    -0.106196 0.992476 0.0609345  0.496953
  3321.                       }
  3322.  
  3323.                       translation    0.0140916 0.398056 -0.1606
  3324.                       rotation    0.209855 -0.959757 -0.186619  1.00051
  3325.                       scale    0.728731 0.728734 0.72873
  3326.                       scaleOrientation    -0.1818 0.873712 0.451194  0.269766
  3327.                     }
  3328.                     DEF V0-BRANCH0 Transform {
  3329.                       children    Transform {
  3330.                         children    [
  3331.                           DEF TOM0-BUTTON0-TRIGGER TouchSensor {
  3332.                           }
  3333.                           Shape {
  3334.                         appearance    Appearance {
  3335.                           material    DEF BUD-MAT-0-0 Material {
  3336.                             ambientIntensity    0.2
  3337.                             diffuseColor    0.876873 0.323147 0.199564
  3338.                             specularColor    0.816327 0.278677 0.278677
  3339.                             emissiveColor    0 1 0
  3340.                             shininess    0.5
  3341.                             transparency    0
  3342.                           }
  3343.  
  3344.                           texture    USE BULB-TEX
  3345.  
  3346.                           textureTransform    TextureTransform {
  3347.                             translation    0 0
  3348.                             rotation    0
  3349.                             scale    1 1
  3350.                             center    0.5 0.5
  3351.                           }
  3352.  
  3353.                         }
  3354.  
  3355.                         geometry    USE BUD-IFS
  3356.  
  3357.                           }
  3358.                         ]
  3359.                         translation    0.346152 2.03304 0.395134
  3360.                         rotation    0.4703 0.869699 -0.149808  1.1266
  3361.                         scale    0.393284 0.393283 0.393284
  3362.                         scaleOrientation    -0.0993598 0.992617 0.0695585  0.453579
  3363.                       }
  3364.  
  3365.                       translation    -0.0311069 0.54307 0.0783481
  3366.                       rotation    0.0251801 0.999646 0.00863011  3.20396
  3367.                       scale    0.728731 0.728732 0.728731
  3368.                       scaleOrientation    0.117513 -0.853306 0.507995  0.90196
  3369.                     }
  3370.                       ]
  3371.                       rotation    0 1 0  1.21537
  3372.                       scale    1 1 1
  3373.                     }
  3374.                   ]
  3375.                   translation    -0.0199585 -2.62284e-06 -0.00547532
  3376.                   rotation    1.75871e-08 1 -4.9709e-08  1.0541
  3377.                   scale    1 1 0.999999
  3378.                   scaleOrientation    -0.181228 -0.978564 -0.0978233  0.729186
  3379.                 }
  3380.                 Sound {
  3381.                   source    DEF TOM0-S0 AudioClip {
  3382.                     url    "Sounds/tribalGourd1-1.wav"
  3383.                     loop    TRUE
  3384.                     startTime    0
  3385.                     stopTime    0
  3386.                     description    ""
  3387.                   }
  3388.  
  3389.                   minFront    6
  3390.                   maxFront    40
  3391.                   minBack    6
  3392.                   maxBack    40
  3393.                 }
  3394.                 Sound {
  3395.                   source    DEF TOM0-S1 AudioClip {
  3396.                     url    "Sounds/newGourd1-1.wav"
  3397.                     loop    TRUE
  3398.                     startTime    0
  3399.                     stopTime    0
  3400.                     description    ""
  3401.                   }
  3402.  
  3403.                   minFront    6
  3404.                   maxFront    40
  3405.                   minBack    6
  3406.                   maxBack    40
  3407.                 }
  3408.                 Sound {
  3409.                   source    DEF TOM0-S2 AudioClip {
  3410.                     url    "Sounds/raveGourd1-1.wav"
  3411.                     loop    TRUE
  3412.                     startTime    0
  3413.                     stopTime    0
  3414.                   }
  3415.  
  3416.                   minFront    6
  3417.                   maxFront    40
  3418.                   minBack    6
  3419.                   maxBack    40
  3420.                 }
  3421.                 Sound {
  3422.                   source    DEF TOM0-S3 AudioClip {
  3423.                     url    "Sounds/machine1-1.wav"
  3424.                     loop    TRUE
  3425.                     startTime    0
  3426.                     stopTime    0
  3427.                   }
  3428.  
  3429.                   minFront    6
  3430.                   maxFront    40
  3431.                   minBack    6
  3432.                   maxBack    40
  3433.                 }
  3434.                 Sound {
  3435.                   source    DEF TOM0-S4 AudioClip {
  3436.                     url    "Sounds/machine1-2.wav"
  3437.                     loop    TRUE
  3438.                     startTime    0
  3439.                     stopTime    0
  3440.                   }
  3441.  
  3442.                   minFront    6
  3443.                   maxFront    40
  3444.                   minBack    6
  3445.                   maxBack    40
  3446.                 }
  3447.                   ]
  3448.                   translation    -3.03354 -1.36223 0.628288
  3449.                   rotation    0.0279899 0.999607 0.00122606  2
  3450.                   scale    0.559798 0.559796 0.559802
  3451.                   scaleOrientation    0.00742239 0.599434 -0.80039  0.106536
  3452.                   center    -0.110307 0.0110992 0.0144149
  3453.                 }
  3454.  
  3455.                 scale    1 1 1
  3456.                 center    0 -1.3 0
  3457.               }
  3458.             ]
  3459.               }
  3460.               DEF TOM1-ROOT Transform {
  3461.             children    [
  3462.               DEF TOM1-TIMER TimeSensor {
  3463.                 cycleInterval    2.14
  3464.                 loop    TRUE
  3465.                 startTime    0
  3466.                 stopTime    1
  3467.               }
  3468.               DEF TOM1-FLASHER ColorInterpolator {
  3469.                 key    [ 0, 0.25, 0.5, 0.75,
  3470.                       0.9, 1 ]
  3471.                 keyValue    [ 0 0 0,
  3472.                       0.9 0.5 0.2,
  3473.                       0 0 0,
  3474.                       0.9 0.5 0.2,
  3475.                       0.4 0.2 0.1,
  3476.                       0 0 0 ]
  3477.               }
  3478.               DEF TOM1-THROBBER PositionInterpolator {
  3479.                 key    [ 0, 0.1, 0.15, 0.35,
  3480.                       0.4, 0.6, 0.65, 0.85,
  3481.                       0.9, 1 ]
  3482.                 keyValue    [ 0.8 0.8 0.8,
  3483.                       0.7 0.7 0.7,
  3484.                       1 1 1,
  3485.                       0.7 0.7 0.7,
  3486.                       1.2 1.2 1.2,
  3487.                       0.7 0.7 0.7,
  3488.                       1 1 1,
  3489.                       0.7 0.7 0.7,
  3490.                       1.2 1.2 1.2,
  3491.                       0.8 0.8 0.8 ]
  3492.               }
  3493.               DEF TOM1-DANCER PositionInterpolator {
  3494.                 key    [ 0, 0.1, 0.15, 0.35,
  3495.                       0.4, 0.6, 0.65, 0.85,
  3496.                       0.9, 1 ]
  3497.                 keyValue    [ 1 0.9 1,
  3498.                       1 0.8 1,
  3499.                       1 1 1,
  3500.                       1 0.8 1,
  3501.                       1 1.1 1,
  3502.                       1 0.8 1,
  3503.                       1 1 1,
  3504.                       1 0.8 1,
  3505.                       1 1.1 1,
  3506.                       1 0.9 1 ]
  3507.               }
  3508.               DEF TOM1-STEM-XFORM Transform {
  3509.                 children    Transform {
  3510.                   children    [
  3511.                 DEF TOM1-TRIGGER TouchSensor {
  3512.                 }
  3513.                 DEF TOM1-BALL-XFORM Transform {
  3514.                   children    Shape {
  3515.                     appearance    Appearance {
  3516.                       material    DEF TOM1-MAT Material {
  3517.                     diffuseColor    0.876873 0.323147 0.199564
  3518.                     specularColor    0.816327 0.278677 0.278677
  3519.                     emissiveColor    0 0 0
  3520.                     shininess    0.5
  3521.                       }
  3522.  
  3523.                       texture    USE BULB-TEX-BW
  3524.  
  3525.                       textureTransform    TextureTransform {
  3526.                     translation    0 0
  3527.                     rotation    0
  3528.                     scale    3 2
  3529.                     center    0.5 0.5
  3530.                       }
  3531.  
  3532.                     }
  3533.  
  3534.                     geometry    USE BALL-IFS
  3535.  
  3536.                   }
  3537.  
  3538.                   translation    0.232612 4.34458 -0.45941
  3539.                   rotation    -0.826767 0.00326115 -0.562536  0.162267
  3540.                   scale    1 0.999999 1
  3541.                   scaleOrientation    -0.989172 -0.146675 0.00493643  0.392582
  3542.                 }
  3543.                 DEF VINE-GROUP1 Transform {
  3544.                   children    [
  3545.                     DEF VINE-1 Transform {
  3546.                       children    Shape {
  3547.                     appearance    Appearance {
  3548.                       material    Material {
  3549.                         ambientIntensity    0.240838
  3550.                         diffuseColor    0.876873 0.323147 0.199564
  3551.                         specularColor    0.816327 0.278677 0.278677
  3552.                         emissiveColor    0 0 0
  3553.                         shininess    0.5
  3554.                         transparency    0
  3555.                       }
  3556.  
  3557.                       texture    USE VINE-TEX
  3558.  
  3559.                       textureTransform    TextureTransform {
  3560.                         translation    0 0
  3561.                         rotation    0
  3562.                         scale    2 2.22708
  3563.                         center    0.5 0.5
  3564.                       }
  3565.  
  3566.                     }
  3567.  
  3568.                     geometry    USE VINE-IFS
  3569.  
  3570.                       }
  3571.  
  3572.                     }
  3573.                     Transform {
  3574.                       children    [
  3575.                     DEF V1-BRANCH2 Transform {
  3576.                       children    Transform {
  3577.                         children    [
  3578.                           DEF TOM1-BUTTON2-TRIGGER TouchSensor {
  3579.                           }
  3580.                           Shape {
  3581.                         appearance    Appearance {
  3582.                           material    DEF BUD-MAT-1-2 Material {
  3583.                             ambientIntensity    0.2
  3584.                             diffuseColor    0.876873 0.323147 0.199564
  3585.                             specularColor    0.816327 0.278677 0.278677
  3586.                             emissiveColor    0 0 0
  3587.                             shininess    0.5
  3588.                             transparency    0
  3589.                           }
  3590.  
  3591.                           texture    USE BULB-TEX
  3592.  
  3593.                         }
  3594.  
  3595.                         geometry    USE BUD-IFS
  3596.  
  3597.                           }
  3598.                         ]
  3599.                         translation    0.346152 2.03304 0.395134
  3600.                         rotation    0.4703 0.869699 -0.149808  1.1266
  3601.                         scale    0.393284 0.393283 0.393284
  3602.                         scaleOrientation    -0.0478238 -0.95362 -0.29719  0.172344
  3603.                       }
  3604.  
  3605.                       translation    0.301802 -0.214309 0.486467
  3606.                       rotation    -0.889992 0.42619 0.1621  0.759021
  3607.                       scale    0.851981 0.851983 0.851981
  3608.                       scaleOrientation    -0.422872 -0.622357 0.658674  1.22277
  3609.                     }
  3610.                     DEF V1-BRANCH1 Transform {
  3611.                       children    Transform {
  3612.                         children    [
  3613.                           DEF TOM1-BUTTON1-TRIGGER TouchSensor {
  3614.                           }
  3615.                           Shape {
  3616.                         appearance    Appearance {
  3617.                           material    DEF BUD-MAT-1-1 Material {
  3618.                             ambientIntensity    0.2
  3619.                             diffuseColor    0.876873 0.323147 0.199564
  3620.                             specularColor    0.816327 0.278677 0.278677
  3621.                             emissiveColor    0 0 0
  3622.                             shininess    0.5
  3623.                             transparency    0
  3624.                           }
  3625.  
  3626.                           texture    USE BULB-TEX
  3627.  
  3628.                         }
  3629.  
  3630.                         geometry    USE BUD-IFS
  3631.  
  3632.                           }
  3633.                         ]
  3634.                         translation    0.346152 2.03304 0.395134
  3635.                         rotation    0.4703 0.869699 -0.149808  1.1266
  3636.                         scale    0.393284 0.393283 0.393284
  3637.                         scaleOrientation    -0.106196 0.992476 0.0609345  0.496953
  3638.                       }
  3639.  
  3640.                       translation    0.721077 0.131731 0.360457
  3641.                       rotation    -0.592247 0.387971 0.706202  1.22018
  3642.                       scale    0.851981 0.851982 0.851981
  3643.                       scaleOrientation    -0.612104 0.00437173 0.790765  0.677522
  3644.                     }
  3645.                     DEF V1-BRANCH3 Transform {
  3646.                       children    Transform {
  3647.                         children    [
  3648.                           DEF TOM1-BUTTON3-TRIGGER TouchSensor {
  3649.                           }
  3650.                           Shape {
  3651.                         appearance    Appearance {
  3652.                           material    DEF BUD-MAT-1-3 Material {
  3653.                             ambientIntensity    0.2
  3654.                             diffuseColor    0.876873 0.323147 0.199564
  3655.                             specularColor    0.816327 0.278677 0.278677
  3656.                             emissiveColor    0 0 0
  3657.                             shininess    0.5
  3658.                             transparency    0
  3659.                           }
  3660.  
  3661.                           texture    USE BULB-TEX
  3662.  
  3663.                         }
  3664.  
  3665.                         geometry    USE BUD-IFS
  3666.  
  3667.                           }
  3668.                         ]
  3669.                         translation    0.346152 2.03304 0.395134
  3670.                         rotation    0.4703 0.869698 -0.149808  1.1266
  3671.                         scale    0.393284 0.393283 0.393284
  3672.                         scaleOrientation    -0.0610363 0.982944 0.173479  0.451098
  3673.                       }
  3674.  
  3675.                       translation    -0.483964 -0.0764535 -0.237992
  3676.                       rotation    0.0679417 -0.722201 -0.688339  0.993219
  3677.                       scale    0.851981 0.851983 0.85198
  3678.                       scaleOrientation    -0.363712 0.856295 0.366706  0.79715
  3679.                     }
  3680.                     DEF V1-BRANCH4 Transform {
  3681.                       children    Transform {
  3682.                         children    [
  3683.                           DEF TOM1-BUTTON4-TRIGGER TouchSensor {
  3684.                           }
  3685.                           Shape {
  3686.                         appearance    Appearance {
  3687.                           material    DEF BUD-MAT-1-4 Material {
  3688.                             ambientIntensity    0.2
  3689.                             diffuseColor    0.876873 0.323147 0.199564
  3690.                             specularColor    0.816327 0.278677 0.278677
  3691.                             emissiveColor    0 0 0
  3692.                             shininess    0.5
  3693.                             transparency    0
  3694.                           }
  3695.  
  3696.                           texture    USE BULB-TEX
  3697.  
  3698.                         }
  3699.  
  3700.                         geometry    USE BUD-IFS
  3701.  
  3702.                           }
  3703.                         ]
  3704.                         translation    0.346152 2.03304 0.395134
  3705.                         rotation    0.4703 0.869699 -0.149808  1.1266
  3706.                         scale    0.393284 0.393283 0.393284
  3707.                         scaleOrientation    -0.106196 0.992476 0.0609345  0.496953
  3708.                       }
  3709.  
  3710.                       translation    0.0140916 0.398056 -0.1606
  3711.                       rotation    0.209855 -0.959757 -0.186619  1.00051
  3712.                       scale    0.728731 0.728734 0.72873
  3713.                       scaleOrientation    -0.1818 0.873712 0.451194  0.269766
  3714.                     }
  3715.                     DEF V1-BRANCH0 Transform {
  3716.                       children    Transform {
  3717.                         children    [
  3718.                           DEF TOM1-BUTTON0-TRIGGER TouchSensor {
  3719.                           }
  3720.                           Shape {
  3721.                         appearance    Appearance {
  3722.                           material    DEF BUD-MAT-1-0 Material {
  3723.                             ambientIntensity    0.2
  3724.                             diffuseColor    0.876873 0.323147 0.199564
  3725.                             specularColor    0.816327 0.278677 0.278677
  3726.                             emissiveColor    0 1 0
  3727.                             shininess    0.5
  3728.                             transparency    0
  3729.                           }
  3730.  
  3731.                           texture    USE BULB-TEX
  3732.  
  3733.                           textureTransform    TextureTransform {
  3734.                             translation    0 0
  3735.                             rotation    0
  3736.                             scale    1 1
  3737.                             center    0.5 0.5
  3738.                           }
  3739.  
  3740.                         }
  3741.  
  3742.                         geometry    USE BUD-IFS
  3743.  
  3744.                           }
  3745.                         ]
  3746.                         translation    0.346152 2.03304 0.395134
  3747.                         rotation    0.4703 0.869699 -0.149808  1.1266
  3748.                         scale    0.393284 0.393283 0.393284
  3749.                         scaleOrientation    -0.0993598 0.992617 0.0695585  0.453579
  3750.                       }
  3751.  
  3752.                       translation    -0.0311069 0.54307 0.0783481
  3753.                       rotation    0.0251801 0.999646 0.00863011  3.20396
  3754.                       scale    0.728731 0.728732 0.728731
  3755.                       scaleOrientation    0.117513 -0.853306 0.507995  0.90196
  3756.                     }
  3757.                       ]
  3758.                       rotation    0 1 0  1.21537
  3759.                       scale    1 1 1
  3760.                     }
  3761.                   ]
  3762.                   translation    -0.0199585 -2.62284e-06 -0.00547532
  3763.                   rotation    2.11997e-08 1 -4.22945e-08  1.0541
  3764.                   scale    1 1 0.999999
  3765.                   scaleOrientation    -0.206226 -0.976785 -0.0579876  0.717071
  3766.                 }
  3767.                 Sound {
  3768.                   source    DEF TOM1-S0 AudioClip {
  3769.                     url    "Sounds/tribalGourd2-1.wav"
  3770.                     loop    TRUE
  3771.                     startTime    0
  3772.                     stopTime    0
  3773.                   }
  3774.  
  3775.                   minFront    6
  3776.                   maxFront    40
  3777.                   minBack    6
  3778.                   maxBack    40
  3779.                 }
  3780.                 Sound {
  3781.                   source    DEF TOM1-S1 AudioClip {
  3782.                     url    "Sounds/newGourd2-1.wav"
  3783.                     loop    TRUE
  3784.                     startTime    0
  3785.                     stopTime    0
  3786.                     description    ""
  3787.                   }
  3788.  
  3789.                   minFront    6
  3790.                   maxFront    40
  3791.                   minBack    6
  3792.                   maxBack    40
  3793.                 }
  3794.                 Sound {
  3795.                   source    DEF TOM1-S2 AudioClip {
  3796.                     url    "Sounds/raveGourd2-1.wav"
  3797.                     loop    TRUE
  3798.                     startTime    0
  3799.                     stopTime    0
  3800.                   }
  3801.  
  3802.                   minFront    6
  3803.                   maxFront    40
  3804.                   minBack    6
  3805.                   maxBack    40
  3806.                 }
  3807.                 Sound {
  3808.                   source    DEF TOM1-S3 AudioClip {
  3809.                     url    "Sounds/machine2-1.wav"
  3810.                     loop    TRUE
  3811.                     startTime    0
  3812.                     stopTime    0
  3813.                   }
  3814.  
  3815.                   minFront    6
  3816.                   maxFront    40
  3817.                   minBack    6
  3818.                   maxBack    40
  3819.                 }
  3820.                 Sound {
  3821.                   source    DEF TOM1-S4 AudioClip {
  3822.                     url    "Sounds/machine2-2.wav"
  3823.                     loop    TRUE
  3824.                     startTime    0
  3825.                     stopTime    0
  3826.                   }
  3827.  
  3828.                   minFront    6
  3829.                   maxFront    40
  3830.                   minBack    6
  3831.                   maxBack    40
  3832.                 }
  3833.                   ]
  3834.                   translation    -3 -1.34326 -2.00313
  3835.                   rotation    0.0447946 0.998989 0.00388103  2.2
  3836.                   scale    0.759797 0.759796 0.759797
  3837.                   scaleOrientation    -0.126022 -0.146779 -0.981109  0.0916958
  3838.                   center    -0.0146884 -0.0322933 0.0630095
  3839.                 }
  3840.  
  3841.                 scale    1 1 1
  3842.                 center    0 -1.3 0
  3843.               }
  3844.             ]
  3845.               }
  3846.               DEF TOM2-ROOT Transform {
  3847.             children    [
  3848.               DEF TOM2-TIMER TimeSensor {
  3849.                 cycleInterval    2.14
  3850.                 loop    TRUE
  3851.                 startTime    0
  3852.                 stopTime    1
  3853.               }
  3854.               DEF TOM2-FLASHER ColorInterpolator {
  3855.                 key    [ 0, 0.25, 0.5, 0.75,
  3856.                       0.9, 1 ]
  3857.                 keyValue    [ 0 0 0,
  3858.                       0.9 0.5 0.2,
  3859.                       0 0 0,
  3860.                       0.9 0.5 0.2,
  3861.                       0.4 0.2 0.1,
  3862.                       0 0 0 ]
  3863.               }
  3864.               DEF TOM2-THROBBER PositionInterpolator {
  3865.                 key    [ 0, 0.1, 0.15, 0.35,
  3866.                       0.4, 0.6, 0.65, 0.85,
  3867.                       0.9, 1 ]
  3868.                 keyValue    [ 0.8 0.8 0.8,
  3869.                       0.7 0.7 0.7,
  3870.                       1 1 1,
  3871.                       0.7 0.7 0.7,
  3872.                       1.2 1.2 1.2,
  3873.                       0.7 0.7 0.7,
  3874.                       1 1 1,
  3875.                       0.7 0.7 0.7,
  3876.                       1.2 1.2 1.2,
  3877.                       0.8 0.8 0.8 ]
  3878.               }
  3879.               DEF TOM2-DANCER PositionInterpolator {
  3880.                 key    [ 0, 0.1, 0.15, 0.35,
  3881.                       0.4, 0.6, 0.65, 0.85,
  3882.                       0.9, 1 ]
  3883.                 keyValue    [ 1 0.9 1,
  3884.                       1 0.8 1,
  3885.                       1 1 1,
  3886.                       1 0.8 1,
  3887.                       1 1.1 1,
  3888.                       1 0.8 1,
  3889.                       1 1 1,
  3890.                       1 0.8 1,
  3891.                       1 1.1 1,
  3892.                       1 0.9 1 ]
  3893.               }
  3894.               DEF TOM2-STEM-XFORM Transform {
  3895.                 children    Transform {
  3896.                   children    [
  3897.                 DEF TOM2-TRIGGER TouchSensor {
  3898.                 }
  3899.                 DEF TOM2-BALL-XFORM Transform {
  3900.                   children    Shape {
  3901.                     appearance    Appearance {
  3902.                       material    DEF TOM2-MAT Material {
  3903.                     diffuseColor    0.876873 0.323147 0.199564
  3904.                     specularColor    0.816327 0.278677 0.278677
  3905.                     emissiveColor    0 0 0
  3906.                     shininess    0.5
  3907.                       }
  3908.  
  3909.                       texture    USE BULB-TEX-BW
  3910.  
  3911.                       textureTransform    TextureTransform {
  3912.                     translation    0 0
  3913.                     rotation    0
  3914.                     scale    3 2
  3915.                     center    0.5 0.5
  3916.                       }
  3917.  
  3918.                     }
  3919.  
  3920.                     geometry    USE BALL-IFS
  3921.  
  3922.                   }
  3923.  
  3924.                   translation    0.232612 4.34458 -0.45941
  3925.                   rotation    -0.826767 0.00326115 -0.562536  0.162267
  3926.                   scale    1.1 1.1 1.1
  3927.                   scaleOrientation    -0.989172 -0.146675 0.00493643  0.392582
  3928.                 }
  3929.                 DEF VINE-GROUP2 Transform {
  3930.                   children    [
  3931.                     DEF VINE-2 Transform {
  3932.                       children    Shape {
  3933.                     appearance    Appearance {
  3934.                       material    Material {
  3935.                         ambientIntensity    0.240838
  3936.                         diffuseColor    0.876873 0.323147 0.199564
  3937.                         specularColor    0.816327 0.278677 0.278677
  3938.                         emissiveColor    0 0 0
  3939.                         shininess    0.5
  3940.                         transparency    0
  3941.                       }
  3942.  
  3943.                       texture    USE VINE-TEX
  3944.  
  3945.                       textureTransform    TextureTransform {
  3946.                         translation    0 0
  3947.                         rotation    0
  3948.                         scale    2 2.22708
  3949.                         center    0.5 0.5
  3950.                       }
  3951.  
  3952.                     }
  3953.  
  3954.                     geometry    USE VINE-IFS
  3955.  
  3956.                       }
  3957.  
  3958.                     }
  3959.                     Transform {
  3960.                       children    [
  3961.                     DEF V2-BRANCH2 Transform {
  3962.                       children    Transform {
  3963.                         children    [
  3964.                           DEF TOM2-BUTTON2-TRIGGER TouchSensor {
  3965.                           }
  3966.                           Shape {
  3967.                         appearance    Appearance {
  3968.                           material    DEF BUD-MAT-2-2 Material {
  3969.                             ambientIntensity    0.2
  3970.                             diffuseColor    0.876873 0.323147 0.199564
  3971.                             specularColor    0.816327 0.278677 0.278677
  3972.                             emissiveColor    0 0 0
  3973.                             shininess    0.5
  3974.                             transparency    0
  3975.                           }
  3976.  
  3977.                           texture    USE BULB-TEX
  3978.  
  3979.                         }
  3980.  
  3981.                         geometry    USE BUD-IFS
  3982.  
  3983.                           }
  3984.                         ]
  3985.                         translation    0.346152 2.03304 0.395134
  3986.                         rotation    0.4703 0.869699 -0.149808  1.1266
  3987.                         scale    0.393284 0.393283 0.393284
  3988.                         scaleOrientation    -0.0478238 -0.95362 -0.29719  0.172344
  3989.                       }
  3990.  
  3991.                       translation    0.301802 -0.214309 0.486467
  3992.                       rotation    -0.889992 0.42619 0.1621  0.759021
  3993.                       scale    0.851981 0.851983 0.851981
  3994.                       scaleOrientation    -0.422872 -0.622357 0.658674  1.22277
  3995.                     }
  3996.                     DEF V2-BRANCH1 Transform {
  3997.                       children    Transform {
  3998.                         children    [
  3999.                           DEF TOM2-BUTTON1-TRIGGER TouchSensor {
  4000.                           }
  4001.                           Shape {
  4002.                         appearance    Appearance {
  4003.                           material    DEF BUD-MAT-2-1 Material {
  4004.                             ambientIntensity    0.2
  4005.                             diffuseColor    0.876873 0.323147 0.199564
  4006.                             specularColor    0.816327 0.278677 0.278677
  4007.                             emissiveColor    0 0 0
  4008.                             shininess    0.5
  4009.                             transparency    0
  4010.                           }
  4011.  
  4012.                           texture    USE BULB-TEX
  4013.  
  4014.                         }
  4015.  
  4016.                         geometry    USE BUD-IFS
  4017.  
  4018.                           }
  4019.                         ]
  4020.                         translation    0.346152 2.03304 0.395134
  4021.                         rotation    0.4703 0.869699 -0.149808  1.1266
  4022.                         scale    0.393284 0.393283 0.393284
  4023.                         scaleOrientation    -0.106196 0.992476 0.0609345  0.496953
  4024.                       }
  4025.  
  4026.                       translation    0.721077 0.131731 0.360457
  4027.                       rotation    -0.592247 0.387971 0.706202  1.22018
  4028.                       scale    0.851981 0.851982 0.851981
  4029.                       scaleOrientation    -0.612104 0.00437173 0.790765  0.677522
  4030.                     }
  4031.                     DEF V2-BRANCH3 Transform {
  4032.                       children    Transform {
  4033.                         children    [
  4034.                           DEF TOM2-BUTTON3-TRIGGER TouchSensor {
  4035.                           }
  4036.                           Shape {
  4037.                         appearance    Appearance {
  4038.                           material    DEF BUD-MAT-2-3 Material {
  4039.                             ambientIntensity    0.2
  4040.                             diffuseColor    0.876873 0.323147 0.199564
  4041.                             specularColor    0.816327 0.278677 0.278677
  4042.                             emissiveColor    0 0 0
  4043.                             shininess    0.5
  4044.                             transparency    0
  4045.                           }
  4046.  
  4047.                           texture    USE BULB-TEX
  4048.  
  4049.                         }
  4050.  
  4051.                         geometry    USE BUD-IFS
  4052.  
  4053.                           }
  4054.                         ]
  4055.                         translation    0.346152 2.03304 0.395134
  4056.                         rotation    0.4703 0.869698 -0.149808  1.1266
  4057.                         scale    0.393284 0.393283 0.393284
  4058.                         scaleOrientation    -0.0610363 0.982944 0.173479  0.451098
  4059.                       }
  4060.  
  4061.                       translation    -0.483964 -0.0764535 -0.237992
  4062.                       rotation    0.0679417 -0.722201 -0.688339  0.993219
  4063.                       scale    0.851981 0.851983 0.85198
  4064.                       scaleOrientation    -0.363712 0.856295 0.366706  0.79715
  4065.                     }
  4066.                     DEF V2-BRANCH4 Transform {
  4067.                       children    Transform {
  4068.                         children    [
  4069.                           DEF TOM2-BUTTON4-TRIGGER TouchSensor {
  4070.                           }
  4071.                           Shape {
  4072.                         appearance    Appearance {
  4073.                           material    DEF BUD-MAT-2-4 Material {
  4074.                             ambientIntensity    0.2
  4075.                             diffuseColor    0.876873 0.323147 0.199564
  4076.                             specularColor    0.816327 0.278677 0.278677
  4077.                             emissiveColor    0 0 0
  4078.                             shininess    0.5
  4079.                             transparency    0
  4080.                           }
  4081.  
  4082.                           texture    USE BULB-TEX
  4083.  
  4084.                         }
  4085.  
  4086.                         geometry    USE BUD-IFS
  4087.  
  4088.                           }
  4089.                         ]
  4090.                         translation    0.346152 2.03304 0.395134
  4091.                         rotation    0.4703 0.869699 -0.149808  1.1266
  4092.                         scale    0.393284 0.393283 0.393284
  4093.                         scaleOrientation    -0.106196 0.992476 0.0609345  0.496953
  4094.                       }
  4095.  
  4096.                       translation    0.0140916 0.398056 -0.1606
  4097.                       rotation    0.209855 -0.959757 -0.186619  1.00051
  4098.                       scale    0.728731 0.728734 0.72873
  4099.                       scaleOrientation    -0.1818 0.873712 0.451194  0.269766
  4100.                     }
  4101.                     DEF V2-BRANCH0 Transform {
  4102.                       children    Transform {
  4103.                         children    [
  4104.                           DEF TOM2-BUTTON0-TRIGGER TouchSensor {
  4105.                           }
  4106.                           Shape {
  4107.                         appearance    Appearance {
  4108.                           material    DEF BUD-MAT-2-0 Material {
  4109.                             ambientIntensity    0.2
  4110.                             diffuseColor    0.876873 0.323147 0.199564
  4111.                             specularColor    0.816327 0.278677 0.278677
  4112.                             emissiveColor    0 1 0
  4113.                             shininess    0.5
  4114.                             transparency    0
  4115.                           }
  4116.  
  4117.                           texture    USE BULB-TEX
  4118.  
  4119.                           textureTransform    TextureTransform {
  4120.                             translation    0 0
  4121.                             rotation    0
  4122.                             scale    1 1
  4123.                             center    0.5 0.5
  4124.                           }
  4125.  
  4126.                         }
  4127.  
  4128.                         geometry    USE BUD-IFS
  4129.  
  4130.                           }
  4131.                         ]
  4132.                         translation    0.346152 2.03304 0.395134
  4133.                         rotation    0.4703 0.869699 -0.149808  1.1266
  4134.                         scale    0.393284 0.393283 0.393284
  4135.                         scaleOrientation    -0.0993598 0.992617 0.0695585  0.453579
  4136.                       }
  4137.  
  4138.                       translation    -0.0311069 0.54307 0.0783481
  4139.                       rotation    0.0251801 0.999646 0.00863011  3.20396
  4140.                       scale    0.728731 0.728732 0.728731
  4141.                       scaleOrientation    0.117513 -0.853306 0.507995  0.90196
  4142.                     }
  4143.                       ]
  4144.                       rotation    0 1 0  1.21537
  4145.                       scale    1 1 1
  4146.                     }
  4147.                   ]
  4148.                   translation    -0.0199585 -2.62284e-06 -0.00547532
  4149.                   rotation    2.11997e-08 1 -4.22945e-08  1.0541
  4150.                   scale    1 1 0.999999
  4151.                   scaleOrientation    -0.206226 -0.976785 -0.0579876  0.717071
  4152.                 }
  4153.                 Sound {
  4154.                   source    DEF TOM2-S0 AudioClip {
  4155.                     url    "Sounds/tribalGourd3-1.wav"
  4156.                     loop    TRUE
  4157.                     startTime    0
  4158.                     stopTime    0
  4159.                   }
  4160.  
  4161.                   minFront    6
  4162.                   maxFront    40
  4163.                   minBack    6
  4164.                   maxBack    40
  4165.                 }
  4166.                 Sound {
  4167.                   source    DEF TOM2-S1 AudioClip {
  4168.                     url    "Sounds/newGourd3-1.wav"
  4169.                     loop    TRUE
  4170.                     startTime    0
  4171.                     stopTime    0
  4172.                     description    ""
  4173.                   }
  4174.  
  4175.                   minFront    6
  4176.                   maxFront    40
  4177.                   minBack    6
  4178.                   maxBack    40
  4179.                 }
  4180.                 Sound {
  4181.                   source    DEF TOM2-S2 AudioClip {
  4182.                     url    "Sounds/raveGourd3-1.wav"
  4183.                     loop    TRUE
  4184.                     startTime    0
  4185.                     stopTime    0
  4186.                   }
  4187.  
  4188.                   minFront    6
  4189.                   maxFront    40
  4190.                   minBack    6
  4191.                   maxBack    40
  4192.                 }
  4193.                 Sound {
  4194.                   source    DEF TOM2-S3 AudioClip {
  4195.                     url    "Sounds/machine3-1.wav"
  4196.                     loop    TRUE
  4197.                     startTime    0
  4198.                     stopTime    0
  4199.                   }
  4200.  
  4201.                   minFront    6
  4202.                   maxFront    40
  4203.                   minBack    6
  4204.                   maxBack    40
  4205.                 }
  4206.                 Sound {
  4207.                   source    DEF TOM2-S4 AudioClip {
  4208.                     url    "Sounds/machine3-2.wav"
  4209.                     loop    TRUE
  4210.                     startTime    0
  4211.                     stopTime    0
  4212.                   }
  4213.  
  4214.                   minFront    6
  4215.                   maxFront    40
  4216.                   minBack    6
  4217.                   maxBack    40
  4218.                 }
  4219.                   ]
  4220.                   translation    -0.764481 -1.37421 -3.14063
  4221.                   rotation    0.0228506 0.999703 0.00842306  1.7
  4222.                   scale    0.83723 0.837229 0.837231
  4223.                   scaleOrientation    -0.136312 0.39447 -0.908742  0.117027
  4224.                   center    -0.0359769 0.0298687 0.0144159
  4225.                 }
  4226.  
  4227.                 scale    1 1 1
  4228.                 center    0 -1.3 0
  4229.               }
  4230.             ]
  4231.               }
  4232.               DEF TOM3-ROOT Transform {
  4233.             children    [
  4234.               DEF TOM3-TIMER TimeSensor {
  4235.                 cycleInterval    2.14
  4236.                 loop    TRUE
  4237.                 startTime    0
  4238.                 stopTime    1
  4239.               }
  4240.               DEF TOM3-FLASHER ColorInterpolator {
  4241.                 key    [ 0, 0.25, 0.5, 0.75,
  4242.                       0.9, 1 ]
  4243.                 keyValue    [ 0 0 0,
  4244.                       0.8 0.5 0.1,
  4245.                       0 0 0,
  4246.                       0.8 0.5 0.1,
  4247.                       0.4 0.2 0.1,
  4248.                       0 0 0 ]
  4249.               }
  4250.               DEF TOM3-THROBBER PositionInterpolator {
  4251.                 key    [ 0, 0.1, 0.15, 0.35,
  4252.                       0.4, 0.6, 0.65, 0.85,
  4253.                       0.9, 1 ]
  4254.                 keyValue    [ 1 1 1,
  4255.                       0.9 0.9 0.9,
  4256.                       1 1 1,
  4257.                       0.9 0.9 0.9,
  4258.                       1.5 1.5 1.5,
  4259.                       0.9 0.9 0.9,
  4260.                       1 1 1,
  4261.                       0.9 0.9 0.9,
  4262.                       1.5 1.5 1.5,
  4263.                       1 1 1 ]
  4264.               }
  4265.               DEF TOM3-DANCER PositionInterpolator {
  4266.                 key    [ 0, 0.1, 0.15, 0.35,
  4267.                       0.4, 0.6, 0.65, 0.85,
  4268.                       0.9, 1 ]
  4269.                 keyValue    [ 1 0.9 1,
  4270.                       1 0.8 1,
  4271.                       1 1 1,
  4272.                       1 0.8 1,
  4273.                       1 1.1 1,
  4274.                       1 0.8 1,
  4275.                       1 1 1,
  4276.                       1 0.8 1,
  4277.                       1 1.1 1,
  4278.                       1 0.9 1 ]
  4279.               }
  4280.               DEF TOM3-STEM-XFORM Transform {
  4281.                 children    Transform {
  4282.                   children    [
  4283.                 DEF TOM3-TRIGGER TouchSensor {
  4284.                 }
  4285.                 DEF TOM3-BALL-XFORM Transform {
  4286.                   children    Shape {
  4287.                     appearance    Appearance {
  4288.                       material    DEF TOM3-MAT Material {
  4289.                     diffuseColor    0.876873 0.323147 0.199564
  4290.                     specularColor    0.816327 0.278677 0.278677
  4291.                     emissiveColor    0 0 0
  4292.                     shininess    0.5
  4293.                       }
  4294.  
  4295.                       texture    USE BULB-TEX-BW
  4296.  
  4297.                       textureTransform    TextureTransform {
  4298.                     translation    0 0
  4299.                     rotation    0
  4300.                     scale    3 2
  4301.                     center    0.5 0.5
  4302.                       }
  4303.  
  4304.                     }
  4305.  
  4306.                     geometry    USE BALL-IFS
  4307.  
  4308.                   }
  4309.  
  4310.                   translation    0.186084 4.41762 -0.16879
  4311.                   rotation    -0.335362 -0.0424554 -0.941132  0.0968271
  4312.                   scale    1.5 1.5 1.5
  4313.                   scaleOrientation    0.904454 0.13924 -0.403207  0.487826
  4314.                 }
  4315.                 DEF VINE-GROUP3 Transform {
  4316.                   children    [
  4317.                     DEF VINE-3 Transform {
  4318.                       children    Shape {
  4319.                     appearance    Appearance {
  4320.                       material    Material {
  4321.                         ambientIntensity    0.240838
  4322.                         diffuseColor    0.876873 0.323147 0.199564
  4323.                         specularColor    0.816327 0.278677 0.278677
  4324.                         emissiveColor    0 0 0
  4325.                         shininess    0.5
  4326.                         transparency    0
  4327.                       }
  4328.  
  4329.                       texture    USE VINE-TEX
  4330.  
  4331.                       textureTransform    TextureTransform {
  4332.                         translation    0 0
  4333.                         rotation    0
  4334.                         scale    2 2.22708
  4335.                         center    0.5 0.5
  4336.                       }
  4337.  
  4338.                     }
  4339.  
  4340.                     geometry    DEF VINE-REV-IFS IndexedFaceSet {
  4341.                       coord    Coordinate {
  4342.                         point    [ 0.982408 -0.0520901 0.983938,
  4343.                               1.47125 -0.0769596 -3.07312e-05,
  4344.                               0.49292 0.246781 0.479922,
  4345.                               0.49292 0.246781 0.479922,
  4346.                               1.47125 -0.0769596 -3.07312e-05,
  4347.                               0.73122 0.232192 -1.49893e-05,
  4348.                               1.47125 -0.0769596 -3.07312e-05,
  4349.                               0.982408 -0.0520901 -0.983938,
  4350.                               0.73122 0.232192 -1.49893e-05,
  4351.                               0.73122 0.232192 -1.49893e-05,
  4352.                               0.982408 -0.0520901 -0.983938,
  4353.                               0.49292 0.246781 -0.479922,
  4354.                               0.982408 -0.0520901 -0.983938,
  4355.                               -0.000258618 -0.00209818 -1.48789,
  4356.                               0.49292 0.246781 -0.479922,
  4357.                               0.49292 0.246781 -0.479922,
  4358.                               -0.000258618 -0.00209818 -1.48789,
  4359.                               0.0138946 0.276105 -0.72573,
  4360.                               -0.000258618 -0.00209818 -1.48789,
  4361.                               -0.982925 0.0478938 -0.983938,
  4362.                               0.0138946 0.276105 -0.72573,
  4363.                               0.0138946 0.276105 -0.72573,
  4364.                               -0.982925 0.0478938 -0.983938,
  4365.                               -0.465131 0.30543 -0.479922,
  4366.                               -0.982925 0.0478938 -0.983938,
  4367.                               -1.50062 0.0742311 0.0144145,
  4368.                               -0.465131 0.30543 -0.479922,
  4369.                               -0.465131 0.30543 -0.479922,
  4370.                               -1.50062 0.0742311 0.0144145,
  4371.                               -0.717496 0.32088 0.00703078,
  4372.                               -1.50062 0.0742311 0.0144145,
  4373.                               -0.982925 0.0478938 0.983938,
  4374.                               -0.717496 0.32088 0.00703078,
  4375.                               -0.717496 0.32088 0.00703078,
  4376.                               -0.982925 0.0478938 0.983938,
  4377.                               -0.465131 0.30543 0.479922,
  4378.                               -0.982925 0.0478938 0.983938,
  4379.                               -0.000258618 -0.00209818 1.51672,
  4380.                               -0.465131 0.30543 0.479922,
  4381.                               -0.465131 0.30543 0.479922,
  4382.                               -0.000258618 -0.00209818 1.51672,
  4383.                               0.0138946 0.276105 0.739789,
  4384.                               -0.000258618 -0.00209818 1.51672,
  4385.                               0.982408 -0.0520901 0.983938,
  4386.                               0.0138946 0.276105 0.739789,
  4387.                               0.0138946 0.276105 0.739789,
  4388.                               0.982408 -0.0520901 0.983938,
  4389.                               0.49292 0.246781 0.479922,
  4390.                               0.49292 0.246781 0.479922,
  4391.                               0.73122 0.232192 -1.49893e-05,
  4392.                               0.301407 0.45064 0.278316,
  4393.                               0.301407 0.45064 0.278316,
  4394.                               0.73122 0.232192 -1.49893e-05,
  4395.                               0.439537 0.441189 -8.69259e-06,
  4396.                               0.73122 0.232192 -1.49893e-05,
  4397.                               0.49292 0.246781 -0.479922,
  4398.                               0.439537 0.441189 -8.69259e-06,
  4399.                               0.439537 0.441189 -8.69259e-06,
  4400.                               0.49292 0.246781 -0.479922,
  4401.                               0.301407 0.45064 -0.278316,
  4402.                               0.49292 0.246781 -0.479922,
  4403.                               0.0138946 0.276105 -0.72573,
  4404.                               0.301407 0.45064 -0.278316,
  4405.                               0.301407 0.45064 -0.278316,
  4406.                               0.0138946 0.276105 -0.72573,
  4407.                               0.0237404 0.469638 -0.420865,
  4408.                               0.0138946 0.276105 -0.72573,
  4409.                               -0.465131 0.30543 -0.479922,
  4410.                               0.0237404 0.469638 -0.420865,
  4411.                               0.0237404 0.469638 -0.420865,
  4412.                               -0.465131 0.30543 -0.479922,
  4413.                               -0.253926 0.488637 -0.278316,
  4414.                               -0.465131 0.30543 -0.479922,
  4415.                               -0.717496 0.32088 0.00703078,
  4416.                               -0.253926 0.488637 -0.278316,
  4417.                               -0.253926 0.488637 -0.278316,
  4418.                               -0.717496 0.32088 0.00703078,
  4419.                               -0.40021 0.498645 0.00407728,
  4420.                               -0.717496 0.32088 0.00703078,
  4421.                               -0.465131 0.30543 0.479922,
  4422.                               -0.40021 0.498645 0.00407728,
  4423.                               -0.40021 0.498645 0.00407728,
  4424.                               -0.465131 0.30543 0.479922,
  4425.                               -0.253926 0.488637 0.278316,
  4426.                               -0.465131 0.30543 0.479922,
  4427.                               0.0138946 0.276105 0.739789,
  4428.                               -0.253926 0.488637 0.278316,
  4429.                               -0.253926 0.488637 0.278316,
  4430.                               0.0138946 0.276105 0.739789,
  4431.                               0.0237404 0.469638 0.429018,
  4432.                               0.0138946 0.276105 0.739789,
  4433.                               0.49292 0.246781 0.479922,
  4434.                               0.0237404 0.469638 0.429018,
  4435.                               0.0237404 0.469638 0.429018,
  4436.                               0.49292 0.246781 0.479922,
  4437.                               0.301407 0.45064 0.278316,
  4438.                               0.301407 0.45064 0.278316,
  4439.                               0.439537 0.441189 -8.69259e-06,
  4440.                               0.167394 0.991563 0.117031,
  4441.                               0.167394 0.991563 0.117031,
  4442.                               0.439537 0.441189 -8.69259e-06,
  4443.                               0.225388 0.986444 -3.65521e-06,
  4444.                               0.439537 0.441189 -8.69259e-06,
  4445.                               0.301407 0.45064 -0.278316,
  4446.                               0.225388 0.986444 -3.65521e-06,
  4447.                               0.225388 0.986444 -3.65521e-06,
  4448.                               0.301407 0.45064 -0.278316,
  4449.                               0.167394 0.991563 -0.117031,
  4450.                               0.301407 0.45064 -0.278316,
  4451.                               0.0237404 0.469638 -0.420865,
  4452.                               0.167394 0.991563 -0.117031,
  4453.                               0.167394 0.991563 -0.117031,
  4454.                               0.0237404 0.469638 -0.420865,
  4455.                               0.0508162 1.00185 -0.176972,
  4456.                               0.0237404 0.469638 -0.420865,
  4457.                               -0.253926 0.488637 -0.278316,
  4458.                               0.0508162 1.00185 -0.176972,
  4459.                               0.0508162 1.00185 -0.176972,
  4460.                               -0.253926 0.488637 -0.278316,
  4461.                               -0.0657616 1.01214 -0.117031,
  4462.                               -0.253926 0.488637 -0.278316,
  4463.                               -0.40021 0.498645 0.00407728,
  4464.                               -0.0657616 1.01214 -0.117031,
  4465.                               -0.0657616 1.01214 -0.117031,
  4466.                               -0.40021 0.498645 0.00407728,
  4467.                               -0.127178 1.01756 0.00171448,
  4468.                               -0.40021 0.498645 0.00407728,
  4469.                               -0.253926 0.488637 0.278316,
  4470.                               -0.127178 1.01756 0.00171448,
  4471.                               -0.127178 1.01756 0.00171448,
  4472.                               -0.253926 0.488637 0.278316,
  4473.                               -0.0657616 1.01214 0.117031,
  4474.                               -0.253926 0.488637 0.278316,
  4475.                               0.0237404 0.469638 0.429018,
  4476.                               -0.0657616 1.01214 0.117031,
  4477.                               -0.0657616 1.01214 0.117031,
  4478.                               0.0237404 0.469638 0.429018,
  4479.                               0.0508162 1.00185 0.180401,
  4480.                               0.0237404 0.469638 0.429018,
  4481.                               0.301407 0.45064 0.278316,
  4482.                               0.0508162 1.00185 0.180401,
  4483.                               0.0508162 1.00185 0.180401,
  4484.                               0.301407 0.45064 0.278316,
  4485.                               0.167394 0.991563 0.117031,
  4486.                               0.167394 0.991563 0.117031,
  4487.                               0.225388 0.986444 -3.65521e-06,
  4488.                               0.185185 1.59581 0.104203,
  4489.                               0.185185 1.59581 0.104203,
  4490.                               0.225388 0.986444 -3.65521e-06,
  4491.                               0.236707 1.59009 -3.25456e-06,
  4492.                               0.225388 0.986444 -3.65521e-06,
  4493.                               0.167394 0.991563 -0.117031,
  4494.                               0.236707 1.59009 -3.25456e-06,
  4495.                               0.236707 1.59009 -3.25456e-06,
  4496.                               0.167394 0.991563 -0.117031,
  4497.                               0.185185 1.59581 -0.104203,
  4498.                               0.167394 0.991563 -0.117031,
  4499.                               0.0508162 1.00185 -0.176972,
  4500.                               0.185185 1.59581 -0.104203,
  4501.                               0.185185 1.59581 -0.104203,
  4502.                               0.0508162 1.00185 -0.176972,
  4503.                               0.0816174 1.6073 -0.157574,
  4504.                               0.0508162 1.00185 -0.176972,
  4505.                               -0.0657616 1.01214 -0.117031,
  4506.                               0.0816174 1.6073 -0.157574,
  4507.                               0.0816174 1.6073 -0.157574,
  4508.                               -0.0657616 1.01214 -0.117031,
  4509.                               -0.0219505 1.61879 -0.104203,
  4510.                               -0.0657616 1.01214 -0.117031,
  4511.                               -0.127178 1.01756 0.00171448,
  4512.                               -0.0219505 1.61879 -0.104203,
  4513.                               -0.0219505 1.61879 -0.104203,
  4514.                               -0.127178 1.01756 0.00171448,
  4515.                               -0.0765133 1.62484 0.00152656,
  4516.                               -0.127178 1.01756 0.00171448,
  4517.                               -0.0657616 1.01214 0.117031,
  4518.                               -0.0765133 1.62484 0.00152656,
  4519.                               -0.0765133 1.62484 0.00152656,
  4520.                               -0.0657616 1.01214 0.117031,
  4521.                               -0.0219505 1.61879 0.104203,
  4522.                               -0.0657616 1.01214 0.117031,
  4523.                               0.0508162 1.00185 0.180401,
  4524.                               -0.0219505 1.61879 0.104203,
  4525.                               -0.0219505 1.61879 0.104203,
  4526.                               0.0508162 1.00185 0.180401,
  4527.                               0.0816174 1.6073 0.160627,
  4528.                               0.0508162 1.00185 0.180401,
  4529.                               0.167394 0.991563 0.117031,
  4530.                               0.0816174 1.6073 0.160627,
  4531.                               0.0816174 1.6073 0.160627,
  4532.                               0.167394 0.991563 0.117031,
  4533.                               0.185185 1.59581 0.104203,
  4534.                               0.185185 1.59581 0.104203,
  4535.                               0.236707 1.59009 -3.25456e-06,
  4536.                               0.26292 3.73583 0.169844,
  4537.                               0.26292 3.73583 0.169844,
  4538.                               0.236707 1.59009 -3.25456e-06,
  4539.                               0.290722 3.73154 0.113293,
  4540.                               0.236707 1.59009 -3.25456e-06,
  4541.                               0.185185 1.59581 -0.104203,
  4542.                               0.290722 3.73154 0.113293,
  4543.                               0.290722 3.73154 0.113293,
  4544.                               0.185185 1.59581 -0.104203,
  4545.                               0.26292 3.73583 0.0567454,
  4546.                               0.185185 1.59581 -0.104203,
  4547.                               0.0816174 1.6073 -0.157574,
  4548.                               0.26292 3.73583 0.0567454,
  4549.                               0.26292 3.73583 0.0567454,
  4550.                               0.0816174 1.6073 -0.157574,
  4551.                               0.207033 3.74446 0.0277818,
  4552.                               0.0816174 1.6073 -0.157574,
  4553.                               -0.0219505 1.61879 -0.104203,
  4554.                               0.207033 3.74446 0.0277818,
  4555.                               0.207033 3.74446 0.0277818,
  4556.                               -0.0219505 1.61879 -0.104203,
  4557.                               0.151146 3.75309 0.0567454,
  4558.                               -0.0219505 1.61879 -0.104203,
  4559.                               -0.0765133 1.62484 0.00152656,
  4560.                               0.151146 3.75309 0.0567454,
  4561.                               0.151146 3.75309 0.0567454,
  4562.                               -0.0765133 1.62484 0.00152656,
  4563.                               0.121703 3.75763 0.114123,
  4564.                               -0.0765133 1.62484 0.00152656,
  4565.                               -0.0219505 1.61879 0.104203,
  4566.                               0.121703 3.75763 0.114123,
  4567.                               0.121703 3.75763 0.114123,
  4568.                               -0.0219505 1.61879 0.104203,
  4569.                               0.151146 3.75309 0.169844,
  4570.                               -0.0219505 1.61879 0.104203,
  4571.                               0.0816174 1.6073 0.160627,
  4572.                               0.151146 3.75309 0.169844,
  4573.                               0.151146 3.75309 0.169844,
  4574.                               0.0816174 1.6073 0.160627,
  4575.                               0.207033 3.74446 0.200464,
  4576.                               0.0816174 1.6073 0.160627,
  4577.                               0.185185 1.59581 0.104203,
  4578.                               0.207033 3.74446 0.200464,
  4579.                               0.207033 3.74446 0.200464,
  4580.                               0.185185 1.59581 0.104203,
  4581.                               0.26292 3.73583 0.169844,
  4582.                               -0.140568 1.85567 0.11744,
  4583.                               0.0451643 1.53916 0.0752044,
  4584.                               0.0154459 1.53142 0.0300426,
  4585.                               -0.146869 1.85403 0.107865,
  4586.                               -0.0330304 1.50267 0.0668682,
  4587.                               -0.157147 1.84793 0.115673,
  4588.                               -0.00331199 1.5104 0.11203,
  4589.                               -0.150846 1.84957 0.125248,
  4590.                               0.417151 1.58792 0.119049,
  4591.                               0.192729 1.33439 -0.0286444,
  4592.                               0.167846 1.3327 0.0199417,
  4593.                               0.411875 1.58756 0.12935,
  4594.                               0.212294 1.28677 0.0411096,
  4595.                               0.421299 1.57783 0.133838,
  4596.                               0.237177 1.28846 -0.0074765,
  4597.                               0.426574 1.57818 0.123537,
  4598.                               0.579196 1.02692 -0.13582,
  4599.                               0.220203 0.787739 -0.114945,
  4600.                               0.210325 0.814212 -0.0576876,
  4601.                               0.577102 1.03253 -0.12368,
  4602.                               0.25488 0.758582 -0.02428,
  4603.                               0.586548 1.02074 -0.116597,
  4604.                               0.264758 0.732109 -0.0815375,
  4605.                               0.588643 1.01513 -0.128737,
  4606.                               -0.21383 1.11594 -0.329207,
  4607.                               -0.143722 0.70893 -0.20291,
  4608.                               -0.101885 0.733013 -0.161118,
  4609.                               -0.20496 1.12104 -0.320347,
  4610.                               -0.0455783 0.730555 -0.216069,
  4611.                               -0.193022 1.12052 -0.331997,
  4612.                               -0.0874151 0.706472 -0.25786,
  4613.                               -0.201892 1.11542 -0.340858,
  4614.                               -0.308654 1.08734 0.28477,
  4615.                               -0.160579 0.71467 0.124424,
  4616.                               -0.107263 0.725783 0.157752,
  4617.                               -0.297351 1.0897 0.291836,
  4618.                               -0.0787069 0.768218 0.0979197,
  4619.                               -0.291296 1.09869 0.279151,
  4620.                               -0.132023 0.757105 0.0645922,
  4621.                               -0.3026 1.09634 0.272085 ]
  4622.                       }
  4623.  
  4624.                       color    Color {
  4625.                         color    [ 0.352941 0.0745537 0.0309191,
  4626.                               0.112299 0.0429803 0 ]
  4627.                       }
  4628.  
  4629.                       coordIndex    [ 0, 1, 2, -1, 3, 4, 5, -1,
  4630.                             6, 7, 8, -1, 9, 10, 11, -1,
  4631.                             12, 13, 14, -1, 15, 16, 17, -1,
  4632.                             18, 19, 20, -1, 21, 22, 23, -1,
  4633.                             24, 25, 26, -1, 27, 28, 29, -1,
  4634.                             30, 31, 32, -1, 33, 34, 35, -1,
  4635.                             36, 37, 38, -1, 39, 40, 41, -1,
  4636.                             42, 43, 44, -1, 45, 46, 47, -1,
  4637.                             48, 49, 50, -1, 51, 52, 53, -1,
  4638.                             54, 55, 56, -1, 57, 58, 59, -1,
  4639.                             60, 61, 62, -1, 63, 64, 65, -1,
  4640.                             66, 67, 68, -1, 69, 70, 71, -1,
  4641.                             72, 73, 74, -1, 75, 76, 77, -1,
  4642.                             78, 79, 80, -1, 81, 82, 83, -1,
  4643.                             84, 85, 86, -1, 87, 88, 89, -1,
  4644.                             90, 91, 92, -1, 93, 94, 95, -1,
  4645.                             96, 97, 98, -1, 99, 100, 101, -1,
  4646.                             102, 103, 104, -1, 105, 106, 107, -1,
  4647.                             108, 109, 110, -1, 111, 112, 113, -1,
  4648.                             114, 115, 116, -1, 117, 118, 119, -1,
  4649.                             120, 121, 122, -1, 123, 124, 125, -1,
  4650.                             126, 127, 128, -1, 129, 130, 131, -1,
  4651.                             132, 133, 134, -1, 135, 136, 137, -1,
  4652.                             138, 139, 140, -1, 141, 142, 143, -1,
  4653.                             144, 145, 146, -1, 147, 148, 149, -1,
  4654.                             150, 151, 152, -1, 153, 154, 155, -1,
  4655.                             156, 157, 158, -1, 159, 160, 161, -1,
  4656.                             162, 163, 164, -1, 165, 166, 167, -1,
  4657.                             168, 169, 170, -1, 171, 172, 173, -1,
  4658.                             174, 175, 176, -1, 177, 178, 179, -1,
  4659.                             180, 181, 182, -1, 183, 184, 185, -1,
  4660.                             186, 187, 188, -1, 189, 190, 191, -1,
  4661.                             192, 193, 194, -1, 195, 196, 197, -1,
  4662.                             198, 199, 200, -1, 201, 202, 203, -1,
  4663.                             204, 205, 206, -1, 207, 208, 209, -1,
  4664.                             210, 211, 212, -1, 213, 214, 215, -1,
  4665.                             216, 217, 218, -1, 219, 220, 221, -1,
  4666.                             222, 223, 224, -1, 225, 226, 227, -1,
  4667.                             228, 229, 230, -1, 231, 232, 233, -1,
  4668.                             234, 235, 236, -1, 237, 238, 239, -1,
  4669.                             240, 241, 242, 243, -1, 243, 242, 244,
  4670.                             245, -1, 245, 244, 246, 247, -1, 247,
  4671.                             246, 241, 240, -1, 248, 249, 250, 251,
  4672.                             -1, 251, 250, 252, 253, -1, 253, 252,
  4673.                             254, 255, -1, 255, 254, 249, 248, -1,
  4674.                             256, 257, 258, 259, -1, 259, 258, 260,
  4675.                             261, -1, 261, 260, 262, 263, -1, 263,
  4676.                             262, 257, 256, -1, 264, 265, 266, 267,
  4677.                             -1, 267, 266, 268, 269, -1, 269, 268,
  4678.                             270, 271, -1, 271, 270, 265, 264, -1,
  4679.                             272, 273, 274, 275, -1, 275, 274, 276,
  4680.                             277, -1, 277, 276, 278, 279, -1, 279,
  4681.                             278, 273, 272, -1 ]
  4682.                       colorIndex    [ 0, 0, 0, -1, 0, 0, 0, -1,
  4683.                             0, 1, 0, -1, 0, 1, 0, -1,
  4684.                             1, 1, 0, -1, 0, 1, 0, -1,
  4685.                             1, 1, 0, -1, 0, 1, 0, -1,
  4686.                             1, 1, 0, -1, 0, 1, 0, -1,
  4687.                             1, 1, 0, -1, 0, 1, 0, -1,
  4688.                             1, 0, 0, -1, 0, 0, 0, -1,
  4689.                             0, 0, 0, -1, 0, 0, 0, -1,
  4690.                             0, 0, 0, -1, 0, 0, 0, -1,
  4691.                             0, 0, 0, -1, 0, 0, 0, -1,
  4692.                             0, 0, 0, -1, 0, 0, 0, -1,
  4693.                             0, 0, 0, -1, 0, 0, 0, -1,
  4694.                             0, 0, 0, -1, 0, 0, 0, -1,
  4695.                             0, 0, 0, -1, 0, 0, 1, -1,
  4696.                             0, 0, 1, -1, 1, 0, 0, -1,
  4697.                             0, 0, 0, -1, 0, 0, 0, -1,
  4698.                             0, 0, 0, -1, 0, 0, 1, -1,
  4699.                             0, 0, 1, -1, 1, 0, 0, -1,
  4700.                             0, 0, 0, -1, 0, 0, 1, -1,
  4701.                             0, 0, 1, -1, 1, 0, 1, -1,
  4702.                             0, 0, 1, -1, 1, 0, 0, -1,
  4703.                             0, 1, 0, -1, 0, 1, 0, -1,
  4704.                             1, 0, 0, -1, 0, 0, 0, -1,
  4705.                             0, 0, 0, -1, 0, 0, 0, -1,
  4706.                             0, 1, 1, -1, 1, 1, 1, -1,
  4707.                             1, 0, 1, -1, 1, 0, 0, -1,
  4708.                             0, 1, 0, -1, 0, 1, 0, -1,
  4709.                             1, 1, 0, -1, 0, 1, 1, -1,
  4710.                             1, 0, 1, -1, 1, 0, 1, -1,
  4711.                             0, 0, 1, -1, 1, 0, 1, -1,
  4712.                             0, 0, 1, -1, 1, 0, 0, -1,
  4713.                             0, 0, 0, -1, 0, 0, 1, -1,
  4714.                             1, 1, 1, -1, 1, 1, 1, -1,
  4715.                             1, 0, 1, -1, 1, 0, 1, -1,
  4716.                             0, 0, 1, -1, 1, 0, 0, -1,
  4717.                             0, 1, 0, -1, 0, 1, 0, -1,
  4718.                             1, 1, 0, -1, 0, 1, 0, -1,
  4719.                             1, 1, 0, -1, 0, 1, 0, -1,
  4720.                             1, 0, 0, -1, 0, 0, 1, -1,
  4721.                             0, 1, 1, -1, 1, 1, 1, -1,
  4722.                             0, 0, 0, 0, -1, 0, 0, 0,
  4723.                             0, -1, 0, 0, 0, 0, -1, 0,
  4724.                             0, 0, 0, -1, 0, 0, 0, 0,
  4725.                             -1, 0, 0, 1, 0, -1, 0, 1,
  4726.                             0, 0, -1, 0, 0, 0, 0, -1,
  4727.                             0, 0, 0, 0, -1, 0, 0, 0,
  4728.                             0, -1, 0, 0, 0, 0, -1, 0,
  4729.                             0, 0, 0, -1, 0, 1, 0, 0,
  4730.                             -1, 0, 0, 0, 0, -1, 0, 0,
  4731.                             1, 0, -1, 0, 1, 1, 0, -1,
  4732.                             0, 0, 0, 0, -1, 0, 0, 0,
  4733.                             0, -1, 0, 0, 0, 0, -1, 0,
  4734.                             0, 0, 0, -1 ]
  4735.                       texCoord    TextureCoordinate {
  4736.                         point    [ 0.686387 -0.0579839,
  4737.                               0.835885 -0.0597023,
  4738.                               0.981947 -0.063139,
  4739.                               0.0815215 -0.0614207,
  4740.                               0.225864 -0.076886,
  4741.                               0.34615 -0.0717309,
  4742.                               0.478465 -0.0682941,
  4743.                               0.595314 -0.0597023,
  4744.                               0.753079 0.0788021,
  4745.                               0.872893 0.0825208,
  4746.                               0.993858 0.0899954,
  4747.                               0.117612 0.0974703,
  4748.                               0.248328 0.101408,
  4749.                               0.377617 0.0974703,
  4750.                               0.506267 0.0899954,
  4751.                               0.631881 0.0825208,
  4752.                               0.749967 0.136192,
  4753.                               0.871971 0.139628,
  4754.                               0.980228 0.136192,
  4755.                               0.119326 0.139628,
  4756.                               0.248203 0.139628,
  4757.                               0.377081 0.136192,
  4758.                               0.50424 0.132755,
  4759.                               0.629681 0.132755,
  4760.                               0.759547 0.271059,
  4761.                               0.849517 0.272364,
  4762.                               0.947519 0.274986,
  4763.                               0.0589858 0.277609,
  4764.                               0.232107 0.278991,
  4765.                               0.426496 0.277609,
  4766.                               0.55982 0.274986,
  4767.                               0.66832 0.272364,
  4768.                               0.759118 0.424927,
  4769.                               0.754381 0.99335,
  4770.                               0.835245 0.426385,
  4771.                               0.772628 0.994443,
  4772.                               0.918761 0.429314,
  4773.                               0.785553 0.996643,
  4774.                               0.00973633 0.432243,
  4775.                               0.779085 0.998843,
  4776.                               0.217292 0.433785,
  4777.                               0.756096 1,
  4778.                               0.487149 0.432243,
  4779.                               0.732606 0.998843,
  4780.                               0.592697 0.429314,
  4781.                               0.723912 0.996643,
  4782.                               0.682802 0.426385,
  4783.                               0.736506 0.994443,
  4784.                               0.358736 0.491069,
  4785.                               0.51846 0.404616,
  4786.                               0.62376 0.411946,
  4787.                               0.35916 0.492623,
  4788.                               0.711416 0.421893,
  4789.                               0.763799 0.348042,
  4790.                               0.782578 0.359749,
  4791.                               0.712166 0.424375,
  4792.                               0.787077 0.27837,
  4793.                               0.802642 0.20623,
  4794.                               0.830119 0.22041,
  4795.                               0.789434 0.281377,
  4796.                               0.0771847 0.303934,
  4797.                               0.0415435 0.199695,
  4798.                               0.085277 0.200322,
  4799.                               0.0835952 0.304067,
  4800.                               0.366186 0.299071,
  4801.                               0.314314 0.212601,
  4802.                               0.352827 0.201785,
  4803.                               0.368344 0.296778,
  4804.                               0.347942 0.492205,
  4805.                               0.67385 0.409974,
  4806.                               0.348345 0.490651,
  4807.                               0.446452 0.402644,
  4808.                               0.708111 0.424283,
  4809.                               0.745183 0.359319,
  4810.                               0.707448 0.421801,
  4811.                               0.731368 0.347612,
  4812.                               0.786486 0.282808,
  4813.                               0.799355 0.227158,
  4814.                               0.784147 0.279801,
  4815.                               0.772691 0.212978,
  4816.                               0.0822596 0.305368,
  4817.                               0.0733802 0.20646,
  4818.                               0.0756665 0.305235,
  4819.                               0.0212063 0.205834,
  4820.                               0.37351 0.297378,
  4821.                               0.408729 0.204617,
  4822.                               0.371509 0.299671,
  4823.                               0.395897 0.215434 ]
  4824.                       }
  4825.  
  4826.                       texCoordIndex    [ 7, 0, 15, -1, 15, 0, 8, -1,
  4827.                             0, 1, 8, -1, 8, 1, 9, -1,
  4828.                             1, 2, 9, -1, 9, 2, 10, -1,
  4829.                             2, 3, 10, -1, 10, 3, 11, -1,
  4830.                             3, 4, 11, -1, 11, 4, 12, -1,
  4831.                             4, 5, 12, -1, 12, 5, 13, -1,
  4832.                             5, 6, 13, -1, 13, 6, 14, -1,
  4833.                             6, 7, 14, -1, 14, 7, 15, -1,
  4834.                             15, 8, 23, -1, 23, 8, 16, -1,
  4835.                             8, 9, 16, -1, 16, 9, 17, -1,
  4836.                             9, 10, 17, -1, 17, 10, 18, -1,
  4837.                             10, 11, 18, -1, 18, 11, 19, -1,
  4838.                             11, 12, 19, -1, 19, 12, 20, -1,
  4839.                             12, 13, 20, -1, 20, 13, 21, -1,
  4840.                             13, 14, 21, -1, 21, 14, 22, -1,
  4841.                             14, 15, 22, -1, 22, 15, 23, -1,
  4842.                             23, 16, 31, -1, 31, 16, 24, -1,
  4843.                             16, 17, 24, -1, 24, 17, 25, -1,
  4844.                             17, 18, 25, -1, 25, 18, 26, -1,
  4845.                             18, 19, 26, -1, 26, 19, 27, -1,
  4846.                             19, 20, 27, -1, 27, 20, 28, -1,
  4847.                             20, 21, 28, -1, 28, 21, 29, -1,
  4848.                             21, 22, 29, -1, 29, 22, 30, -1,
  4849.                             22, 23, 30, -1, 30, 23, 31, -1,
  4850.                             31, 24, 46, -1, 46, 24, 32, -1,
  4851.                             24, 25, 32, -1, 32, 25, 34, -1,
  4852.                             25, 26, 34, -1, 34, 26, 36, -1,
  4853.                             26, 27, 36, -1, 36, 27, 38, -1,
  4854.                             27, 28, 38, -1, 38, 28, 40, -1,
  4855.                             28, 29, 40, -1, 40, 29, 42, -1,
  4856.                             29, 30, 42, -1, 42, 30, 44, -1,
  4857.                             30, 31, 44, -1, 44, 31, 46, -1,
  4858.                             46, 32, 47, -1, 47, 32, 33, -1,
  4859.                             32, 34, 33, -1, 33, 34, 35, -1,
  4860.                             34, 36, 35, -1, 35, 36, 37, -1,
  4861.                             36, 38, 37, -1, 37, 38, 39, -1,
  4862.                             38, 40, 39, -1, 39, 40, 41, -1,
  4863.                             40, 42, 41, -1, 41, 42, 43, -1,
  4864.                             42, 44, 43, -1, 43, 44, 45, -1,
  4865.                             44, 46, 45, -1, 45, 46, 47, -1,
  4866.                             51, 50, 69, 68, -1, 68, 69, 71,
  4867.                             70, -1, 70, 71, 49, 48, -1, 48,
  4868.                             49, 50, 51, -1, 55, 54, 73, 72,
  4869.                             -1, 72, 73, 75, 74, -1, 74, 75,
  4870.                             53, 52, -1, 52, 53, 54, 55, -1,
  4871.                             59, 58, 77, 76, -1, 76, 77, 79,
  4872.                             78, -1, 78, 79, 57, 56, -1, 56,
  4873.                             57, 58, 59, -1, 63, 62, 81, 80,
  4874.                             -1, 80, 81, 83, 82, -1, 82, 83,
  4875.                             61, 60, -1, 60, 61, 62, 63, -1,
  4876.                             67, 66, 85, 84, -1, 84, 85, 87,
  4877.                             86, -1, 86, 87, 65, 64, -1, 64,
  4878.                             65, 66, 67, -1 ]
  4879.                       solid    TRUE
  4880.                       creaseAngle    2.58274
  4881.                     }
  4882.  
  4883.                       }
  4884.  
  4885.                     }
  4886.                     Transform {
  4887.                       children    [
  4888.                     DEF V3-BRANCH2 Transform {
  4889.                       children    Transform {
  4890.                         children    [
  4891.                           DEF TOM3-BUTTON2-TRIGGER TouchSensor {
  4892.                           }
  4893.                           Shape {
  4894.                         appearance    Appearance {
  4895.                           material    DEF BUD-MAT-3-2 Material {
  4896.                             ambientIntensity    0.2
  4897.                             diffuseColor    0.876873 0.323147 0.199564
  4898.                             specularColor    0.816327 0.278677 0.278677
  4899.                             emissiveColor    0 0 0
  4900.                             shininess    0.5
  4901.                             transparency    0
  4902.                           }
  4903.  
  4904.                           texture    USE BULB-TEX
  4905.  
  4906.                         }
  4907.  
  4908.                         geometry    USE BUD-IFS
  4909.  
  4910.                           }
  4911.                         ]
  4912.                         translation    0.346152 2.03304 0.395134
  4913.                         rotation    0.4703 0.869699 -0.149808  1.1266
  4914.                         scale    0.393284 0.393283 0.393284
  4915.                         scaleOrientation    -0.0478238 -0.95362 -0.29719  0.172344
  4916.                       }
  4917.  
  4918.                       translation    0.301802 -0.214309 0.486467
  4919.                       rotation    -0.889992 0.42619 0.1621  0.759021
  4920.                       scale    0.851981 0.851983 0.851981
  4921.                       scaleOrientation    -0.422872 -0.622357 0.658674  1.22277
  4922.                     }
  4923.                     DEF V3-BRANCH1 Transform {
  4924.                       children    Transform {
  4925.                         children    [
  4926.                           DEF TOM3-BUTTON1-TRIGGER TouchSensor {
  4927.                           }
  4928.                           Shape {
  4929.                         appearance    Appearance {
  4930.                           material    DEF BUD-MAT-3-1 Material {
  4931.                             ambientIntensity    0.2
  4932.                             diffuseColor    0.876873 0.323147 0.199564
  4933.                             specularColor    0.816327 0.278677 0.278677
  4934.                             emissiveColor    0 0 0
  4935.                             shininess    0.5
  4936.                             transparency    0
  4937.                           }
  4938.  
  4939.                           texture    USE BULB-TEX
  4940.  
  4941.                         }
  4942.  
  4943.                         geometry    USE BUD-IFS
  4944.  
  4945.                           }
  4946.                         ]
  4947.                         translation    0.346152 2.03304 0.395134
  4948.                         rotation    0.4703 0.869699 -0.149808  1.1266
  4949.                         scale    0.393284 0.393283 0.393284
  4950.                         scaleOrientation    -0.106196 0.992476 0.0609345  0.496953
  4951.                       }
  4952.  
  4953.                       translation    0.721077 0.131731 0.360457
  4954.                       rotation    -0.592247 0.387971 0.706202  1.22018
  4955.                       scale    0.851981 0.851982 0.851981
  4956.                       scaleOrientation    -0.612104 0.00437173 0.790765  0.677522
  4957.                     }
  4958.                     DEF V3-BRANCH3 Transform {
  4959.                       children    Transform {
  4960.                         children    [
  4961.                           DEF TOM3-BUTTON3-TRIGGER TouchSensor {
  4962.                           }
  4963.                           Shape {
  4964.                         appearance    Appearance {
  4965.                           material    DEF BUD-MAT-3-3 Material {
  4966.                             ambientIntensity    0.2
  4967.                             diffuseColor    0.876873 0.323147 0.199564
  4968.                             specularColor    0.816327 0.278677 0.278677
  4969.                             emissiveColor    0 0 0
  4970.                             shininess    0.5
  4971.                             transparency    0
  4972.                           }
  4973.  
  4974.                           texture    USE BULB-TEX
  4975.  
  4976.                         }
  4977.  
  4978.                         geometry    USE BUD-IFS
  4979.  
  4980.                           }
  4981.                         ]
  4982.                         translation    0.346152 2.03304 0.395134
  4983.                         rotation    0.4703 0.869698 -0.149808  1.1266
  4984.                         scale    0.393284 0.393283 0.393284
  4985.                         scaleOrientation    -0.0610363 0.982944 0.173479  0.451098
  4986.                       }
  4987.  
  4988.                       translation    -0.483964 -0.0764535 -0.237992
  4989.                       rotation    0.0679417 -0.722201 -0.688339  0.993219
  4990.                       scale    0.851981 0.851983 0.85198
  4991.                       scaleOrientation    -0.363712 0.856295 0.366706  0.79715
  4992.                     }
  4993.                     DEF V3-BRANCH4 Transform {
  4994.                       children    Transform {
  4995.                         children    [
  4996.                           DEF TOM3-BUTTON4-TRIGGER TouchSensor {
  4997.                           }
  4998.                           Shape {
  4999.                         appearance    Appearance {
  5000.                           material    DEF BUD-MAT-3-4 Material {
  5001.                             ambientIntensity    0.2
  5002.                             diffuseColor    0.876873 0.323147 0.199564
  5003.                             specularColor    0.816327 0.278677 0.278677
  5004.                             emissiveColor    0 0 0
  5005.                             shininess    0.5
  5006.                             transparency    0
  5007.                           }
  5008.  
  5009.                           texture    USE BULB-TEX
  5010.  
  5011.                         }
  5012.  
  5013.                         geometry    USE BUD-IFS
  5014.  
  5015.                           }
  5016.                         ]
  5017.                         translation    0.346152 2.03304 0.395134
  5018.                         rotation    0.4703 0.869699 -0.149808  1.1266
  5019.                         scale    0.393284 0.393283 0.393284
  5020.                         scaleOrientation    -0.106196 0.992476 0.0609345  0.496953
  5021.                       }
  5022.  
  5023.                       translation    0.0140916 0.398056 -0.1606
  5024.                       rotation    0.209855 -0.959757 -0.186619  1.00051
  5025.                       scale    0.728731 0.728734 0.72873
  5026.                       scaleOrientation    -0.1818 0.873712 0.451194  0.269766
  5027.                     }
  5028.                     DEF V3-BRANCH0 Transform {
  5029.                       children    Transform {
  5030.                         children    [
  5031.                           DEF TOM3-BUTTON0-TRIGGER TouchSensor {
  5032.                           }
  5033.                           Shape {
  5034.                         appearance    Appearance {
  5035.                           material    DEF BUD-MAT-3-0 Material {
  5036.                             ambientIntensity    0.2
  5037.                             diffuseColor    0.876873 0.323147 0.199564
  5038.                             specularColor    0.816327 0.278677 0.278677
  5039.                             emissiveColor    0 1 0
  5040.                             shininess    0.5
  5041.                             transparency    0
  5042.                           }
  5043.  
  5044.                           texture    USE BULB-TEX
  5045.  
  5046.                           textureTransform    TextureTransform {
  5047.                             translation    0 0
  5048.                             rotation    0
  5049.                             scale    1 1
  5050.                             center    0.5 0.5
  5051.                           }
  5052.  
  5053.                         }
  5054.  
  5055.                         geometry    USE BUD-IFS
  5056.  
  5057.                           }
  5058.                         ]
  5059.                         translation    0.346152 2.03304 0.395134
  5060.                         rotation    0.4703 0.869699 -0.149808  1.1266
  5061.                         scale    0.393284 0.393283 0.393284
  5062.                         scaleOrientation    -0.0993598 0.992617 0.0695585  0.453579
  5063.                       }
  5064.  
  5065.                       translation    -0.0311069 0.54307 0.0783481
  5066.                       rotation    0.0251801 0.999646 0.00863011  3.20396
  5067.                       scale    0.728731 0.728732 0.728731
  5068.                       scaleOrientation    0.117513 -0.853306 0.507995  0.90196
  5069.                     }
  5070.                       ]
  5071.                       rotation    0 1 0  1.21537
  5072.                       scale    1 1 1
  5073.                     }
  5074.                   ]
  5075.                   translation    -0.0199585 -2.62284e-06 -0.00547532
  5076.                   rotation    1.75871e-08 1 -4.9709e-08  1.0541
  5077.                   scale    1 1 0.999999
  5078.                   scaleOrientation    -0.181228 -0.978564 -0.0978233  0.729186
  5079.                 }
  5080.                 Sound {
  5081.                   source    DEF TOM3-S0 AudioClip {
  5082.                     url    "Sounds/tribalGourd4-1.wav"
  5083.                     loop    TRUE
  5084.                     startTime    0
  5085.                     stopTime    0
  5086.                   }
  5087.  
  5088.                   minFront    6
  5089.                   maxFront    40
  5090.                   minBack    6
  5091.                   maxBack    40
  5092.                 }
  5093.                 Sound {
  5094.                   source    DEF TOM3-S1 AudioClip {
  5095.                     url    "Sounds/newGourd4-1.wav"
  5096.                     loop    TRUE
  5097.                     startTime    0
  5098.                     stopTime    0
  5099.                     description    ""
  5100.                   }
  5101.  
  5102.                   minFront    6
  5103.                   maxFront    40
  5104.                   minBack    6
  5105.                   maxBack    40
  5106.                 }
  5107.                 Sound {
  5108.                   source    DEF TOM3-S2 AudioClip {
  5109.                     url    "Sounds/raveGourd4-1.wav"
  5110.                     loop    TRUE
  5111.                     startTime    0
  5112.                     stopTime    0
  5113.                   }
  5114.  
  5115.                   minFront    6
  5116.                   maxFront    40
  5117.                   minBack    6
  5118.                   maxBack    40
  5119.                 }
  5120.                 Sound {
  5121.                   source    DEF TOM3-S3 AudioClip {
  5122.                     url    "Sounds/machine4-1.wav"
  5123.                     loop    TRUE
  5124.                     startTime    0
  5125.                     stopTime    0
  5126.                   }
  5127.  
  5128.                   minFront    6
  5129.                   maxFront    40
  5130.                   minBack    6
  5131.                   maxBack    40
  5132.                 }
  5133.                 Sound {
  5134.                   source    DEF TOM3-S4 AudioClip {
  5135.                     url    "Sounds/machine4-2.wav"
  5136.                     loop    TRUE
  5137.                     startTime    0
  5138.                     stopTime    0
  5139.                   }
  5140.  
  5141.                   minFront    6
  5142.                   maxFront    40
  5143.                   minBack    6
  5144.                   maxBack    40
  5145.                 }
  5146.                   ]
  5147.                   translation    1.85739 -1.34887 -2.73496
  5148.                   rotation    5.79359e-10 1 -5.23053e-10  1.5
  5149.                   scale    0.786645 0.786644 0.786645
  5150.                   scaleOrientation    -0.36602 -0.552742 0.748669  0.0481854
  5151.                   center    -0.0146837 0.0175908 0.0144148
  5152.                 }
  5153.  
  5154.                 scale    1 1 1
  5155.                 center    0 -1.3 0
  5156.               }
  5157.             ]
  5158.               }
  5159.               DEF TOM4-ROOT Transform {
  5160.             children    [
  5161.               DEF TOM4-TIMER TimeSensor {
  5162.                 cycleInterval    2.14
  5163.                 loop    TRUE
  5164.                 startTime    0
  5165.                 stopTime    1
  5166.               }
  5167.               DEF TOM4-FLASHER ColorInterpolator {
  5168.                 key    [ 0, 0.25, 0.5, 0.75,
  5169.                       0.9, 1 ]
  5170.                 keyValue    [ 0 0 0,
  5171.                       0.3 0.15 0.1,
  5172.                       0 0 0,
  5173.                       0.3 0.15 0.1,
  5174.                       0.2 0.1 0.1,
  5175.                       0 0 0 ]
  5176.               }
  5177.               DEF TOM4-THROBBER PositionInterpolator {
  5178.                 key    [ 0, 0.1, 0.15, 0.35,
  5179.                       0.4, 0.6, 0.65, 0.85,
  5180.                       0.9, 1 ]
  5181.                 keyValue    [ 1 1 1,
  5182.                       0.9 0.9 0.9,
  5183.                       1 1 1,
  5184.                       0.9 0.9 0.9,
  5185.                       1.5 1.5 1.5,
  5186.                       0.9 0.9 0.9,
  5187.                       1 1 1,
  5188.                       0.9 0.9 0.9,
  5189.                       1.5 1.5 1.5,
  5190.                       1 1 1 ]
  5191.               }
  5192.               DEF TOM4-DANCER PositionInterpolator {
  5193.                 key    [ 0, 0.1, 0.15, 0.35,
  5194.                       0.4, 0.6, 0.65, 0.85,
  5195.                       0.9, 1 ]
  5196.                 keyValue    [ 1 0.9 1,
  5197.                       1 0.8 1,
  5198.                       1 1 1,
  5199.                       1 0.8 1,
  5200.                       1 1.1 1,
  5201.                       1 0.8 1,
  5202.                       1 1 1,
  5203.                       1 0.8 1,
  5204.                       1 1.1 1,
  5205.                       1 0.9 1 ]
  5206.               }
  5207.               DEF TOM4-STEM-XFORM Transform {
  5208.                 children    Transform {
  5209.                   children    [
  5210.                 DEF TOM4-TRIGGER TouchSensor {
  5211.                 }
  5212.                 DEF TOM4-BALL-XFORM Transform {
  5213.                   children    Shape {
  5214.                     appearance    Appearance {
  5215.                       material    DEF TOM4-MAT Material {
  5216.                     diffuseColor    0.876873 0.323147 0.199564
  5217.                     specularColor    0.816327 0.278677 0.278677
  5218.                     emissiveColor    0 0 0
  5219.                     shininess    0.5
  5220.                       }
  5221.  
  5222.                       texture    USE BULB-TEX-BW
  5223.  
  5224.                       textureTransform    TextureTransform {
  5225.                     translation    0 0
  5226.                     rotation    0
  5227.                     scale    3 2
  5228.                     center    0.5 0.5
  5229.                       }
  5230.  
  5231.                     }
  5232.  
  5233.                     geometry    USE BALL-IFS
  5234.  
  5235.                   }
  5236.  
  5237.                   translation    0 3.5 0
  5238.                   rotation    -0.335362 -0.0424554 -0.941132  0.0968271
  5239.                   scale    1.2 1.2 1.2
  5240.                   scaleOrientation    0.904454 0.13924 -0.403207  0.487826
  5241.                 }
  5242.                 DEF VINE-GROUP4 Transform {
  5243.                   children    [
  5244.                     DEF VINE-4 Transform {
  5245.                       children    Shape {
  5246.                     appearance    Appearance {
  5247.                       material    Material {
  5248.                         ambientIntensity    0.240838
  5249.                         diffuseColor    0.876873 0.323147 0.199564
  5250.                         specularColor    0.816327 0.278677 0.278677
  5251.                         emissiveColor    0 0 0
  5252.                         shininess    0.5
  5253.                         transparency    0
  5254.                       }
  5255.  
  5256.                       texture    USE VINE-TEX
  5257.  
  5258.                       textureTransform    TextureTransform {
  5259.                         translation    0 0
  5260.                         rotation    0
  5261.                         scale    2 2.22708
  5262.                         center    0.5 0.5
  5263.                       }
  5264.  
  5265.                     }
  5266.  
  5267.                     geometry    USE VINE-REV-IFS
  5268.  
  5269.                       }
  5270.  
  5271.                     }
  5272.                     Transform {
  5273.                       children    [
  5274.                     DEF V4-BRANCH2 Transform {
  5275.                       children    Transform {
  5276.                         children    [
  5277.                           DEF TOM4-BUTTON2-TRIGGER TouchSensor {
  5278.                           }
  5279.                           Shape {
  5280.                         appearance    Appearance {
  5281.                           material    DEF BUD-MAT-4-2 Material {
  5282.                             ambientIntensity    0.2
  5283.                             diffuseColor    0.876873 0.323147 0.199564
  5284.                             specularColor    0.816327 0.278677 0.278677
  5285.                             emissiveColor    0 0 0
  5286.                             shininess    0.5
  5287.                             transparency    0
  5288.                           }
  5289.  
  5290.                           texture    USE BULB-TEX
  5291.  
  5292.                         }
  5293.  
  5294.                         geometry    USE BUD-IFS
  5295.  
  5296.                           }
  5297.                         ]
  5298.                         translation    0.346152 2.03304 0.395134
  5299.                         rotation    0.4703 0.869699 -0.149808  1.1266
  5300.                         scale    0.393284 0.393283 0.393284
  5301.                         scaleOrientation    -0.0478238 -0.95362 -0.29719  0.172344
  5302.                       }
  5303.  
  5304.                       translation    0.301802 -0.214309 0.486467
  5305.                       rotation    -0.889992 0.42619 0.1621  0.759021
  5306.                       scale    0.851981 0.851983 0.851981
  5307.                       scaleOrientation    -0.422872 -0.622357 0.658674  1.22277
  5308.                     }
  5309.                     DEF V4-BRANCH1 Transform {
  5310.                       children    Transform {
  5311.                         children    [
  5312.                           DEF TOM4-BUTTON1-TRIGGER TouchSensor {
  5313.                           }
  5314.                           Shape {
  5315.                         appearance    Appearance {
  5316.                           material    DEF BUD-MAT-4-1 Material {
  5317.                             ambientIntensity    0.2
  5318.                             diffuseColor    0.876873 0.323147 0.199564
  5319.                             specularColor    0.816327 0.278677 0.278677
  5320.                             emissiveColor    0 0 0
  5321.                             shininess    0.5
  5322.                             transparency    0
  5323.                           }
  5324.  
  5325.                           texture    USE BULB-TEX
  5326.  
  5327.                         }
  5328.  
  5329.                         geometry    USE BUD-IFS
  5330.  
  5331.                           }
  5332.                         ]
  5333.                         translation    0.346152 2.03304 0.395134
  5334.                         rotation    0.4703 0.869699 -0.149808  1.1266
  5335.                         scale    0.393284 0.393283 0.393284
  5336.                         scaleOrientation    -0.106196 0.992476 0.0609345  0.496953
  5337.                       }
  5338.  
  5339.                       translation    0.721077 0.131731 0.360457
  5340.                       rotation    -0.592247 0.387971 0.706202  1.22018
  5341.                       scale    0.851981 0.851982 0.851981
  5342.                       scaleOrientation    -0.612104 0.00437173 0.790765  0.677522
  5343.                     }
  5344.                     DEF V4-BRANCH3 Transform {
  5345.                       children    Transform {
  5346.                         children    [
  5347.                           DEF TOM4-BUTTON3-TRIGGER TouchSensor {
  5348.                           }
  5349.                           Shape {
  5350.                         appearance    Appearance {
  5351.                           material    DEF BUD-MAT-4-3 Material {
  5352.                             ambientIntensity    0.2
  5353.                             diffuseColor    0.876873 0.323147 0.199564
  5354.                             specularColor    0.816327 0.278677 0.278677
  5355.                             emissiveColor    0 0 0
  5356.                             shininess    0.5
  5357.                             transparency    0
  5358.                           }
  5359.  
  5360.                           texture    USE BULB-TEX
  5361.  
  5362.                         }
  5363.  
  5364.                         geometry    USE BUD-IFS
  5365.  
  5366.                           }
  5367.                         ]
  5368.                         translation    0.346152 2.03304 0.395134
  5369.                         rotation    0.4703 0.869698 -0.149808  1.1266
  5370.                         scale    0.393284 0.393283 0.393284
  5371.                         scaleOrientation    -0.0610363 0.982944 0.173479  0.451098
  5372.                       }
  5373.  
  5374.                       translation    -0.483964 -0.0764535 -0.237992
  5375.                       rotation    0.0679417 -0.722201 -0.688339  0.993219
  5376.                       scale    0.851981 0.851983 0.85198
  5377.                       scaleOrientation    -0.363712 0.856295 0.366706  0.79715
  5378.                     }
  5379.                     DEF V4-BRANCH4 Transform {
  5380.                       children    Transform {
  5381.                         children    [
  5382.                           DEF TOM4-BUTTON4-TRIGGER TouchSensor {
  5383.                           }
  5384.                           Shape {
  5385.                         appearance    Appearance {
  5386.                           material    DEF BUD-MAT-4-4 Material {
  5387.                             ambientIntensity    0.2
  5388.                             diffuseColor    0.876873 0.323147 0.199564
  5389.                             specularColor    0.816327 0.278677 0.278677
  5390.                             emissiveColor    0 0 0
  5391.                             shininess    0.5
  5392.                             transparency    0
  5393.                           }
  5394.  
  5395.                           texture    USE BULB-TEX
  5396.  
  5397.                         }
  5398.  
  5399.                         geometry    USE BUD-IFS
  5400.  
  5401.                           }
  5402.                         ]
  5403.                         translation    0.346152 2.03304 0.395134
  5404.                         rotation    0.4703 0.869699 -0.149808  1.1266
  5405.                         scale    0.393284 0.393283 0.393284
  5406.                         scaleOrientation    -0.106196 0.992476 0.0609345  0.496953
  5407.                       }
  5408.  
  5409.                       translation    0.0140916 0.398056 -0.1606
  5410.                       rotation    0.209855 -0.959757 -0.186619  1.00051
  5411.                       scale    0.728731 0.728734 0.72873
  5412.                       scaleOrientation    -0.1818 0.873712 0.451194  0.269766
  5413.                     }
  5414.                     DEF V4-BRANCH0 Transform {
  5415.                       children    Transform {
  5416.                         children    [
  5417.                           DEF TOM4-BUTTON0-TRIGGER TouchSensor {
  5418.                           }
  5419.                           Shape {
  5420.                         appearance    Appearance {
  5421.                           material    DEF BUD-MAT-4-0 Material {
  5422.                             ambientIntensity    0.2
  5423.                             diffuseColor    0.876873 0.323147 0.199564
  5424.                             specularColor    0.816327 0.278677 0.278677
  5425.                             emissiveColor    0 1 0
  5426.                             shininess    0.5
  5427.                             transparency    0
  5428.                           }
  5429.  
  5430.                           texture    USE BULB-TEX
  5431.  
  5432.                           textureTransform    TextureTransform {
  5433.                             translation    0 0
  5434.                             rotation    0
  5435.                             scale    1 1
  5436.                             center    0.5 0.5
  5437.                           }
  5438.  
  5439.                         }
  5440.  
  5441.                         geometry    USE BUD-IFS
  5442.  
  5443.                           }
  5444.                         ]
  5445.                         translation    0.346152 2.03304 0.395134
  5446.                         rotation    0.4703 0.869699 -0.149808  1.1266
  5447.                         scale    0.393284 0.393283 0.393284
  5448.                         scaleOrientation    -0.0993598 0.992617 0.0695585  0.453579
  5449.                       }
  5450.  
  5451.                       translation    -0.0311069 0.54307 0.0783481
  5452.                       rotation    0.0251801 0.999646 0.00863011  3.20396
  5453.                       scale    0.728731 0.728732 0.728731
  5454.                       scaleOrientation    0.117513 -0.853306 0.507995  0.90196
  5455.                     }
  5456.                       ]
  5457.                       rotation    0 1 0  1.21537
  5458.                       scale    1 1 1
  5459.                     }
  5460.                   ]
  5461.                   translation    -0.0199585 -2.62284e-06 -0.00547532
  5462.                   rotation    2.11997e-08 1 -4.22945e-08  1.0541
  5463.                   scale    1 1 0.999999
  5464.                   scaleOrientation    -0.206226 -0.976785 -0.0579876  0.717071
  5465.                 }
  5466.                 Sound {
  5467.                   source    DEF TOM4-S0 AudioClip {
  5468.                     url    "Sounds/tribalGourd5-1.wav"
  5469.                     loop    TRUE
  5470.                     startTime    0
  5471.                     stopTime    0
  5472.                     description    ""
  5473.                   }
  5474.  
  5475.                   minFront    6
  5476.                   maxFront    40
  5477.                   minBack    6
  5478.                   maxBack    40
  5479.                 }
  5480.                 Sound {
  5481.                   source    DEF TOM4-S1 AudioClip {
  5482.                     url    "Sounds/newGourd5-1.wav"
  5483.                     loop    TRUE
  5484.                     startTime    0
  5485.                     stopTime    0
  5486.                     description    ""
  5487.                   }
  5488.  
  5489.                   minFront    6
  5490.                   maxFront    40
  5491.                   minBack    6
  5492.                   maxBack    40
  5493.                 }
  5494.                 Sound {
  5495.                   source    DEF TOM4-S2 AudioClip {
  5496.                     url    "Sounds/raveGourd5-1.wav"
  5497.                     loop    TRUE
  5498.                     startTime    0
  5499.                     stopTime    0
  5500.                   }
  5501.  
  5502.                   minFront    6
  5503.                   maxFront    40
  5504.                   minBack    6
  5505.                   maxBack    40
  5506.                 }
  5507.                 Sound {
  5508.                   source    DEF TOM4-S3 AudioClip {
  5509.                     url    "Sounds/machine5-1.wav"
  5510.                     loop    TRUE
  5511.                     startTime    0
  5512.                     stopTime    0
  5513.                   }
  5514.  
  5515.                   minFront    6
  5516.                   maxFront    40
  5517.                   minBack    6
  5518.                   maxBack    40
  5519.                 }
  5520.                 Sound {
  5521.                   source    DEF TOM4-S4 AudioClip {
  5522.                     url    "Sounds/machine5-2.wav"
  5523.                     loop    TRUE
  5524.                     startTime    0
  5525.                     stopTime    0
  5526.                   }
  5527.  
  5528.                   minFront    6
  5529.                   maxFront    40
  5530.                   minBack    6
  5531.                   maxBack    40
  5532.                 }
  5533.                   ]
  5534.                   translation    3.61378 -1.30616 -0.188763
  5535.                   rotation    0 1 0  1
  5536.                   scale    0.8 0.8 0.8
  5537.                   scaleOrientation    -1.78912e-07 -1 8.03131e-07  0.098696
  5538.                   center    -0.0146871 -0.0603595 0.0144149
  5539.                 }
  5540.  
  5541.                 scale    1 1 1
  5542.                 center    0 -1.3 0
  5543.               }
  5544.             ]
  5545.               }
  5546.               Transform {
  5547.             children    Shape {
  5548.               appearance    Appearance {
  5549.                 material    Material {
  5550.                   ambientIntensity    0.25
  5551.                   diffuseColor    0.8 0.8 0.8
  5552.                   specularColor    0 0 0
  5553.                   emissiveColor    0 0 0
  5554.                   shininess    0.2
  5555.                   transparency    0
  5556.                 }
  5557.  
  5558.                 texture    ImageTexture {
  5559.                   url    "Textures/au_1288_.bw"
  5560.                   repeatS    TRUE
  5561.                   repeatT    TRUE
  5562.                 }
  5563.  
  5564.                 textureTransform    TextureTransform {
  5565.                   translation    0 0
  5566.                   rotation    0
  5567.                   scale    3 3
  5568.                   center    0.5 0.5
  5569.                 }
  5570.  
  5571.               }
  5572.  
  5573.               geometry    IndexedFaceSet {
  5574.                 coord    Coordinate {
  5575.                   point    [ -3 1 4,
  5576.                         3 1 4,
  5577.                         3 1 -4,
  5578.                         -3 1 -4,
  5579.                         0 1 4,
  5580.                         0 16.7479 -4,
  5581.                         0 1 0,
  5582.                         3 1 0,
  5583.                         -3 1 0,
  5584.                         1.5 25.2707 -4,
  5585.                         1.5 1 0,
  5586.                         1.5 10.1805 -2,
  5587.                         0 1 -2,
  5588.                         3 1 -2,
  5589.                         -1.5 1 0,
  5590.                         -1.5 16.7479 -4,
  5591.                         -1.5 15.2901 -2,
  5592.                         -3 1 -2,
  5593.                         2.25 16.7479 -4,
  5594.                         2.25 10.1805 -2,
  5595.                         2.25 1 -3,
  5596.                         1.5 1 -3,
  5597.                         3 1 -3,
  5598.                         2.25 1 0,
  5599.                         2.25 7.32731 -1,
  5600.                         1.5 1 -1,
  5601.                         3 7.32731 -1,
  5602.                         0 9.8098 -3,
  5603.                         0.75 9.8098 -3,
  5604.                         0.75 10.1805 -2,
  5605.                         0.75 16.7479 -4,
  5606.                         0.75 1 0,
  5607.                         0.75 1 -1,
  5608.                         0 1 -1,
  5609.                         -1.5 6.70297 -1,
  5610.                         -0.75 1 -1,
  5611.                         -0.75 15.2901 -2,
  5612.                         -0.75 1 0,
  5613.                         -2.25 1 0,
  5614.                         -2.25 1 -2,
  5615.                         -2.25 6.70297 -1,
  5616.                         -3 1 -1,
  5617.                         -0.75 28.2626 -4,
  5618.                         -0.75 15.3949 -3,
  5619.                         -1.5 1 -3,
  5620.                         -2.25 16.7479 -4,
  5621.                         -2.25 1 -3,
  5622.                         -3 1 -3,
  5623.                         -1.5 1 4,
  5624.                         1.5 1 4,
  5625.                         0 1 2,
  5626.                         -1.5 1 2,
  5627.                         1.5 1 2,
  5628.                         -0.75 1 2,
  5629.                         0.75 1 2,
  5630.                         -0.75 1 1,
  5631.                         0 1 1,
  5632.                         0.75 1 1,
  5633.                         -1.5 1 1,
  5634.                         1.5 1 1,
  5635.                         -0.375 1 0,
  5636.                         -0.375 1 1,
  5637.                         -0.375 1 0.5,
  5638.                         -0.75 1 0.5,
  5639.                         0 1 0.5,
  5640.                         0.75 1 0.5,
  5641.                         0.375 1 0.5,
  5642.                         0.375 1 1,
  5643.                         0.375 1 0,
  5644.                         0.75 1 -0.5,
  5645.                         0 1 -0.5,
  5646.                         0.375 1 -0.5,
  5647.                         0.375 1 -1,
  5648.                         -0.75 1 -0.5,
  5649.                         -0.375 1 -0.5,
  5650.                         -0.375 1 -1,
  5651.                         1.5 1 0.5,
  5652.                         -1.5 1 0.5,
  5653.                         0.375 1 2,
  5654.                         -0.375 1 2 ]
  5655.                 }
  5656.  
  5657.                 color    Color {
  5658.                   color    [ 0.754011 0.524791 0.268008,
  5659.                         0.534759 0.382125 0.134549,
  5660.                         0.320856 0.136762 0,
  5661.                         0.427807 0.182349 0,
  5662.                         0.262032 0.111689 0,
  5663.                         0 0 0,
  5664.                         0.613636 0.479885 0.228997,
  5665.                         0.278075 0.196959 0.0822646,
  5666.                         0.662433 0.537072 0.267163,
  5667.                         0.026738 0.0223406 0.0114785,
  5668.                         0.572192 0.243892 0,
  5669.                         0.283422 0.200747 0.0838466,
  5670.                         0.229947 0.160043 0.0817331,
  5671.                         0.374332 0.260535 0.133054,
  5672.                         0.59893 0.416855 0.212886,
  5673.                         0.245989 0.0550648 0 ]
  5674.                 }
  5675.  
  5676.                 coordIndex    [ 22, 2, 20, -1, 2, 18, 20, -1,
  5677.                       13, 22, 19, -1, 22, 20, 19, -1,
  5678.                       26, 13, 24, -1, 13, 19, 24, -1,
  5679.                       7, 26, 23, -1, 26, 24, 23, -1,
  5680.                       18, 21, 20, -1, 18, 9, 21, -1,
  5681.                       9, 28, 21, -1, 9, 30, 28, -1,
  5682.                       21, 11, 20, -1, 11, 19, 20, -1,
  5683.                       29, 21, 28, -1, 29, 11, 21, -1,
  5684.                       19, 25, 24, -1, 19, 11, 25, -1,
  5685.                       25, 10, 24, -1, 10, 23, 24, -1,
  5686.                       31, 25, 32, 69, -1, 31, 10, 25,
  5687.                       -1, 25, 11, 32, -1, 11, 29, 32,
  5688.                       -1, 14, 35, 34, -1, 14, 37, 73,
  5689.                       35, -1, 38, 34, 40, -1, 38, 14,
  5690.                       34, -1, 41, 8, 40, -1, 8, 38,
  5691.                       40, -1, 12, 33, 29, -1, 33, 72,
  5692.                       32, 29, -1, 33, 12, 35, 75, -1,
  5693.                       12, 36, 35, -1, 30, 27, 28, -1,
  5694.                       30, 5, 27, -1, 27, 12, 28, -1,
  5695.                       12, 29, 28, -1, 27, 5, 43, -1,
  5696.                       5, 42, 43, -1, 12, 27, 36, -1,
  5697.                       27, 43, 36, -1, 36, 34, 35, -1,
  5698.                       36, 16, 34, -1, 34, 16, 40, -1,
  5699.                       16, 39, 40, -1, 17, 41, 39, -1,
  5700.                       41, 40, 39, -1, 42, 44, 43, -1,
  5701.                       42, 15, 44, -1, 44, 16, 43, -1,
  5702.                       16, 36, 43, -1, 39, 44, 46, -1,
  5703.                       39, 16, 44, -1, 47, 17, 46, -1,
  5704.                       17, 39, 46, -1, 44, 15, 46, -1,
  5705.                       15, 45, 46, -1, 3, 47, 45, -1,
  5706.                       47, 46, 45, -1, 8, 0, 48, 51,
  5707.                       58, 77, 14, 38, -1, 49, 1, 7,
  5708.                       23, 10, 76, 59, 52, -1, 48, 4,
  5709.                       50, 79, 53, 51, -1, 4, 49, 52,
  5710.                       54, 78, 50, -1, 58, 51, 53, 55,
  5711.                       -1, 52, 59, 57, 54, -1, 64, 67,
  5712.                       66, -1, 64, 56, 67, -1, 67, 57,
  5713.                       66, -1, 57, 65, 66, -1, 31, 68,
  5714.                       65, -1, 68, 66, 65, -1, 68, 6,
  5715.                       66, -1, 6, 64, 66, -1, 64, 60,
  5716.                       62, -1, 64, 6, 60, -1, 60, 37,
  5717.                       62, -1, 37, 63, 62, -1, 73, 60,
  5718.                       74, -1, 73, 37, 60, -1, 75, 35,
  5719.                       74, -1, 35, 73, 74, -1, 60, 6,
  5720.                       74, -1, 6, 70, 74, -1, 33, 75,
  5721.                       70, -1, 75, 74, 70, -1, 59, 76,
  5722.                       65, 57, -1, 76, 10, 31, 65, -1,
  5723.                       37, 14, 77, 63, -1, 77, 58, 55,
  5724.                       63, -1, 62, 61, 64, -1, 61, 56,
  5725.                       64, -1, 61, 62, 55, -1, 62, 63,
  5726.                       55, -1, 70, 6, 71, -1, 6, 68,
  5727.                       71, -1, 31, 69, 68, -1, 69, 71,
  5728.                       68, -1, 33, 70, 72, -1, 70, 71,
  5729.                       72, -1, 72, 71, 32, -1, 71, 69,
  5730.                       32, -1, 56, 50, 78, 67, -1, 78,
  5731.                       54, 57, 67, -1, 50, 56, 61, 79,
  5732.                       -1, 61, 55, 53, 79, -1 ]
  5733.                 colorIndex    [ 15, 2, 15, -1, 2, 1, 15, -1,
  5734.                       2, 15, 2, -1, 15, 15, 2, -1,
  5735.                       15, 2, 2, -1, 2, 2, 2, -1,
  5736.                       3, 15, 10, -1, 15, 2, 10, -1,
  5737.                       1, 3, 15, -1, 1, 0, 3, -1,
  5738.                       0, 2, 3, -1, 0, 1, 2, -1,
  5739.                       3, 3, 15, -1, 3, 2, 15, -1,
  5740.                       1, 3, 2, -1, 1, 3, 3, -1,
  5741.                       2, 1, 2, -1, 2, 3, 1, -1,
  5742.                       1, 3, 2, -1, 3, 10, 2, -1,
  5743.                       9, 1, 2, 14, -1, 9, 3, 1,
  5744.                       -1, 1, 3, 2, -1, 3, 1, 2,
  5745.                       -1, 1, 2, 1, -1, 1, 3, 12,
  5746.                       2, -1, 1, 1, 2, -1, 1, 1,
  5747.                       1, -1, 1, 0, 2, -1, 0, 1,
  5748.                       2, -1, 3, 2, 1, -1, 2, 2,
  5749.                       2, 1, -1, 2, 3, 2, 2, -1,
  5750.                       3, 1, 2, -1, 1, 2, 2, -1,
  5751.                       1, 3, 2, -1, 2, 3, 2, -1,
  5752.                       3, 1, 2, -1, 2, 3, 2, -1,
  5753.                       3, 0, 2, -1, 3, 2, 1, -1,
  5754.                       2, 2, 1, -1, 1, 1, 2, -1,
  5755.                       1, 1, 1, -1, 1, 1, 2, -1,
  5756.                       1, 2, 2, -1, 1, 1, 2, -1,
  5757.                       1, 2, 2, -1, 0, 2, 2, -1,
  5758.                       0, 3, 2, -1, 2, 1, 2, -1,
  5759.                       1, 1, 2, -1, 2, 2, 2, -1,
  5760.                       2, 1, 2, -1, 1, 1, 2, -1,
  5761.                       1, 2, 2, -1, 2, 3, 2, -1,
  5762.                       3, 2, 2, -1, 1, 1, 2, -1,
  5763.                       1, 2, 2, -1, 0, 15, 2, 3,
  5764.                       6, 8, 1, 1, -1, 3, 3, 3,
  5765.                       10, 3, 3, 3, 3, -1, 2, 3,
  5766.                       3, 3, 3, 3, -1, 3, 3, 3,
  5767.                       3, 3, 3, -1, 6, 3, 3, 3,
  5768.                       -1, 3, 3, 4, 3, -1, 5, 4,
  5769.                       5, -1, 5, 4, 4, -1, 4, 4,
  5770.                       5, -1, 4, 5, 5, -1, 9, 5,
  5771.                       5, -1, 5, 5, 5, -1, 5, 5,
  5772.                       5, -1, 5, 5, 5, -1, 5, 5,
  5773.                       5, -1, 5, 5, 5, -1, 5, 3,
  5774.                       5, -1, 3, 3, 5, -1, 12, 5,
  5775.                       7, -1, 12, 3, 5, -1, 2, 2,
  5776.                       7, -1, 2, 12, 7, -1, 5, 5,
  5777.                       7, -1, 5, 11, 7, -1, 2, 2,
  5778.                       11, -1, 2, 7, 11, -1, 3, 3,
  5779.                       5, 4, -1, 3, 3, 9, 5, -1,
  5780.                       3, 1, 8, 3, -1, 8, 6, 3,
  5781.                       3, -1, 5, 4, 5, -1, 4, 4,
  5782.                       5, -1, 4, 5, 3, -1, 5, 3,
  5783.                       3, -1, 11, 5, 13, -1, 5, 5,
  5784.                       13, -1, 9, 14, 5, -1, 14, 13,
  5785.                       5, -1, 2, 11, 2, -1, 11, 13,
  5786.                       2, -1, 2, 13, 2, -1, 13, 14,
  5787.                       2, -1, 4, 3, 3, 4, -1, 3,
  5788.                       3, 4, 4, -1, 3, 4, 4, 3,
  5789.                       -1, 4, 3, 3, 3, -1 ]
  5790.                 texCoord    TextureCoordinate {
  5791.                   point    [ 0 1,
  5792.                         0 0,
  5793.                         1 1,
  5794.                         1 0,
  5795.                         0.5 0,
  5796.                         0.5 1,
  5797.                         0.5 0.5,
  5798.                         0.5 0.5,
  5799.                         1 0.5,
  5800.                         0 0.5,
  5801.                         0.75 1,
  5802.                         0.75 0.5,
  5803.                         0.75 0.5,
  5804.                         0.75 0.75,
  5805.                         0.75 0.75,
  5806.                         0.5 0.75,
  5807.                         0.5 0.75,
  5808.                         1 0.75,
  5809.                         0.25 0.5,
  5810.                         0.25 0.5,
  5811.                         0.25 1,
  5812.                         0.25 0.75,
  5813.                         0.25 0.75,
  5814.                         0 0.75,
  5815.                         0.875 1,
  5816.                         0.875 0.75,
  5817.                         0.875 0.75,
  5818.                         0.875 0.875,
  5819.                         0.875 0.875,
  5820.                         0.75 0.875,
  5821.                         0.75 0.875,
  5822.                         1 0.875,
  5823.                         0.875 0.5,
  5824.                         0.875 0.5,
  5825.                         0.875 0.625,
  5826.                         0.875 0.625,
  5827.                         0.75 0.625,
  5828.                         0.75 0.625,
  5829.                         1 0.625,
  5830.                         0.5 0.875,
  5831.                         0.5 0.875,
  5832.                         0.625 0.875,
  5833.                         0.625 0.875,
  5834.                         0.625 0.75,
  5835.                         0.625 0.75,
  5836.                         0.625 1,
  5837.                         0.625 0.5,
  5838.                         0.625 0.5,
  5839.                         0.625 0.625,
  5840.                         0.625 0.625,
  5841.                         0.5 0.625,
  5842.                         0.5 0.625,
  5843.                         0.25 0.625,
  5844.                         0.25 0.625,
  5845.                         0.375 0.625,
  5846.                         0.375 0.625,
  5847.                         0.375 0.75,
  5848.                         0.375 0.75,
  5849.                         0.375 0.5,
  5850.                         0.375 0.5,
  5851.                         0.125 0.5,
  5852.                         0.125 0.5,
  5853.                         0.125 0.75,
  5854.                         0.125 0.75,
  5855.                         0.125 0.625,
  5856.                         0.125 0.625,
  5857.                         0 0.625,
  5858.                         0.375 1,
  5859.                         0.375 0.875,
  5860.                         0.375 0.875,
  5861.                         0.25 0.875,
  5862.                         0.25 0.875,
  5863.                         0.125 1,
  5864.                         0.125 0.875,
  5865.                         0.125 0.875,
  5866.                         0 0.875,
  5867.                         0.25 0,
  5868.                         0.75 0,
  5869.                         0.5 0.25,
  5870.                         0.5 0.25,
  5871.                         0.25 0.25,
  5872.                         0.25 0.25,
  5873.                         0.75 0.25,
  5874.                         0.75 0.25,
  5875.                         0.375 0.25,
  5876.                         0.375 0.25,
  5877.                         0.625 0.25,
  5878.                         0.625 0.25,
  5879.                         0.375 0.375,
  5880.                         0.375 0.375,
  5881.                         0.5 0.375,
  5882.                         0.5 0.375,
  5883.                         0.625 0.375,
  5884.                         0.625 0.375,
  5885.                         0.25 0.375,
  5886.                         0.25 0.375,
  5887.                         0.75 0.375,
  5888.                         0.75 0.375,
  5889.                         0.4375 0.5,
  5890.                         0.4375 0.5,
  5891.                         0.4375 0.375,
  5892.                         0.4375 0.375,
  5893.                         0.4375 0.4375,
  5894.                         0.4375 0.4375,
  5895.                         0.375 0.4375,
  5896.                         0.375 0.4375,
  5897.                         0.5 0.4375,
  5898.                         0.5 0.4375,
  5899.                         0.625 0.4375,
  5900.                         0.625 0.4375,
  5901.                         0.5625 0.4375,
  5902.                         0.5625 0.4375,
  5903.                         0.5625 0.375,
  5904.                         0.5625 0.375,
  5905.                         0.5625 0.5,
  5906.                         0.5625 0.5,
  5907.                         0.625 0.5625,
  5908.                         0.625 0.5625,
  5909.                         0.5 0.5625,
  5910.                         0.5 0.5625,
  5911.                         0.5625 0.5625,
  5912.                         0.5625 0.5625,
  5913.                         0.5625 0.625,
  5914.                         0.5625 0.625,
  5915.                         0.375 0.5625,
  5916.                         0.375 0.5625,
  5917.                         0.4375 0.5625,
  5918.                         0.4375 0.5625,
  5919.                         0.4375 0.625,
  5920.                         0.4375 0.625,
  5921.                         0.75 0.4375,
  5922.                         0.75 0.4375,
  5923.                         0.25 0.4375,
  5924.                         0.25 0.4375,
  5925.                         0.5625 0.25,
  5926.                         0.5625 0.25,
  5927.                         0.4375 0.25,
  5928.                         0.4375 0.25 ]
  5929.                 }
  5930.  
  5931.                 texCoordIndex    [ 31, 2, 27, -1, 2, 24, 27, -1,
  5932.                       17, 31, 26, -1, 31, 27, 26, -1,
  5933.                       38, 17, 34, -1, 17, 25, 34, -1,
  5934.                       8, 38, 33, -1, 38, 34, 33, -1,
  5935.                       24, 30, 28, -1, 24, 10, 30, -1,
  5936.                       10, 41, 29, -1, 10, 45, 41, -1,
  5937.                       30, 13, 28, -1, 13, 26, 28, -1,
  5938.                       44, 29, 42, -1, 44, 14, 29, -1,
  5939.                       25, 37, 35, -1, 25, 13, 37, -1,
  5940.                       37, 12, 35, -1, 12, 33, 35, -1,
  5941.                       47, 36, 49, 116, -1, 47, 12, 36,
  5942.                       -1, 36, 14, 49, -1, 14, 43, 49,
  5943.                       -1, 18, 54, 52, -1, 18, 59, 124,
  5944.                       54, -1, 61, 53, 65, -1, 61, 18,
  5945.                       53, -1, 66, 9, 64, -1, 9, 61,
  5946.                       64, -1, 16, 51, 43, -1, 51, 122,
  5947.                       48, 43, -1, 50, 15, 55, 128, -1,
  5948.                       15, 57, 55, -1, 45, 39, 41, -1,
  5949.                       45, 5, 39, -1, 39, 16, 42, -1,
  5950.                       16, 44, 42, -1, 40, 5, 68, -1,
  5951.                       5, 67, 68, -1, 15, 40, 56, -1,
  5952.                       40, 68, 56, -1, 57, 52, 55, -1,
  5953.                       57, 22, 52, -1, 53, 21, 65, -1,
  5954.                       21, 63, 65, -1, 23, 66, 63, -1,
  5955.                       66, 64, 63, -1, 67, 71, 69, -1,
  5956.                       67, 20, 71, -1, 71, 22, 69, -1,
  5957.                       22, 56, 69, -1, 62, 70, 74, -1,
  5958.                       62, 21, 70, -1, 75, 23, 73, -1,
  5959.                       23, 62, 73, -1, 70, 20, 74, -1,
  5960.                       20, 72, 74, -1, 0, 75, 72, -1,
  5961.                       75, 73, 72, -1, 9, 1, 76, 80,
  5962.                       94, 132, 19, 60, -1, 77, 3, 8,
  5963.                       32, 11, 130, 96, 83, -1, 76, 4,
  5964.                       78, 136, 84, 81, -1, 4, 77, 82,
  5965.                       86, 134, 79, -1, 95, 81, 85, 89,
  5966.                       -1, 82, 97, 92, 87, -1, 106, 113,
  5967.                       111, -1, 106, 91, 113, -1, 113, 93,
  5968.                       111, -1, 93, 108, 111, -1, 46, 115,
  5969.                       108, -1, 115, 110, 108, -1, 115, 7,
  5970.                       110, -1, 7, 106, 110, -1, 107, 98,
  5971.                       102, -1, 107, 6, 98, -1, 98, 58,
  5972.                       103, -1, 58, 105, 103, -1, 125, 99,
  5973.                       127, -1, 125, 59, 99, -1, 129, 54,
  5974.                       126, -1, 54, 125, 126, -1, 99, 6,
  5975.                       127, -1, 6, 118, 127, -1, 50, 129,
  5976.                       118, -1, 129, 126, 118, -1, 97, 131,
  5977.                       109, 92, -1, 131, 11, 46, 109, -1,
  5978.                       58, 19, 133, 104, -1, 133, 95, 89,
  5979.                       104, -1, 102, 101, 107, -1, 101, 90,
  5980.                       107, -1, 101, 103, 88, -1, 103, 105,
  5981.                       88, -1, 119, 7, 120, -1, 7, 114,
  5982.                       120, -1, 47, 117, 114, -1, 117, 120,
  5983.                       114, -1, 51, 119, 123, -1, 119, 121,
  5984.                       123, -1, 123, 121, 48, -1, 121, 117,
  5985.                       48, -1, 91, 79, 135, 112, -1, 135,
  5986.                       87, 93, 112, -1, 78, 90, 100, 137,
  5987.                       -1, 100, 88, 85, 137, -1 ]
  5988.                 creaseAngle    3.14159
  5989.               }
  5990.  
  5991.             }
  5992.  
  5993.             translation    0.370745 -1.5311 -1.17768
  5994.             rotation    0 0 1  0
  5995.             scale    7.4627 0.174519 4.37284
  5996.               }
  5997.             ]
  5998.           }
  5999.         ]
  6000.           }
  6001.         ]
  6002.       }
  6003.     ]
  6004.       }
  6005.  
  6006.     }
  6007.   ]
  6008. }
  6009. ROUTE LIGHT-TIMER.fraction_changed TO RED-ENGINE.set_fraction
  6010. ROUTE LIGHT-TIMER.fraction_changed TO GREEN-ENGINE.set_fraction
  6011. ROUTE LIGHT-TIMER.fraction_changed TO BLUE-ENGINE.set_fraction
  6012. ROUTE RED-ENGINE.value_changed TO LIGHTING-LOGIC.redIn
  6013. ROUTE GREEN-ENGINE.value_changed TO LIGHTING-LOGIC.greenIn
  6014. ROUTE BLUE-ENGINE.value_changed TO LIGHTING-LOGIC.blueIn
  6015. ROUTE LIGHT-TIMER.fraction_changed TO LIGHTING-LOGIC.fractionIn
  6016. ROUTE LIGHTING-LOGIC.lightColor TO LIGHT2.set_color
  6017. ROUTE PAD-TRIGGER.isActive TO PAD-LOGIC.padTrigger
  6018. ROUTE PAD-BUTTON0-TRIGGER.touchTime TO PAD-LOGIC.button0Trigger
  6019. ROUTE PAD-BUTTON1-TRIGGER.touchTime TO PAD-LOGIC.button1Trigger
  6020. ROUTE PAD-BUTTON2-TRIGGER.touchTime TO PAD-LOGIC.button2Trigger
  6021. ROUTE PAD-BUTTON3-TRIGGER.touchTime TO PAD-LOGIC.button3Trigger
  6022. ROUTE PAD-BUTTON4-TRIGGER.touchTime TO PAD-LOGIC.button4Trigger
  6023. ROUTE TOM0-TRIGGER.touchTime TO TOM0-LOGIC.padTrigger
  6024. ROUTE TOM0-BUTTON0-TRIGGER.touchTime TO TOM0-LOGIC.button0Trigger
  6025. ROUTE TOM0-BUTTON1-TRIGGER.touchTime TO TOM0-LOGIC.button1Trigger
  6026. ROUTE TOM0-BUTTON2-TRIGGER.touchTime TO TOM0-LOGIC.button2Trigger
  6027. ROUTE TOM0-BUTTON3-TRIGGER.touchTime TO TOM0-LOGIC.button3Trigger
  6028. ROUTE TOM0-BUTTON4-TRIGGER.touchTime TO TOM0-LOGIC.button4Trigger
  6029. ROUTE TOM1-TRIGGER.touchTime TO TOM1-LOGIC.padTrigger
  6030. ROUTE TOM1-BUTTON0-TRIGGER.touchTime TO TOM1-LOGIC.button0Trigger
  6031. ROUTE TOM1-BUTTON1-TRIGGER.touchTime TO TOM1-LOGIC.button1Trigger
  6032. ROUTE TOM1-BUTTON2-TRIGGER.touchTime TO TOM1-LOGIC.button2Trigger
  6033. ROUTE TOM1-BUTTON3-TRIGGER.touchTime TO TOM1-LOGIC.button3Trigger
  6034. ROUTE TOM1-BUTTON4-TRIGGER.touchTime TO TOM1-LOGIC.button4Trigger
  6035. ROUTE TOM2-TRIGGER.touchTime TO TOM2-LOGIC.padTrigger
  6036. ROUTE TOM2-BUTTON0-TRIGGER.touchTime TO TOM2-LOGIC.button0Trigger
  6037. ROUTE TOM2-BUTTON1-TRIGGER.touchTime TO TOM2-LOGIC.button1Trigger
  6038. ROUTE TOM2-BUTTON2-TRIGGER.touchTime TO TOM2-LOGIC.button2Trigger
  6039. ROUTE TOM2-BUTTON3-TRIGGER.touchTime TO TOM2-LOGIC.button3Trigger
  6040. ROUTE TOM2-BUTTON4-TRIGGER.touchTime TO TOM2-LOGIC.button4Trigger
  6041. ROUTE TOM3-TRIGGER.touchTime TO TOM3-LOGIC.padTrigger
  6042. ROUTE TOM3-BUTTON0-TRIGGER.touchTime TO TOM3-LOGIC.button0Trigger
  6043. ROUTE TOM3-BUTTON1-TRIGGER.touchTime TO TOM3-LOGIC.button1Trigger
  6044. ROUTE TOM3-BUTTON2-TRIGGER.touchTime TO TOM3-LOGIC.button2Trigger
  6045. ROUTE TOM3-BUTTON3-TRIGGER.touchTime TO TOM3-LOGIC.button3Trigger
  6046. ROUTE TOM3-BUTTON4-TRIGGER.touchTime TO TOM3-LOGIC.button4Trigger
  6047. ROUTE TOM4-TRIGGER.touchTime TO TOM4-LOGIC.padTrigger
  6048. ROUTE TOM4-BUTTON0-TRIGGER.touchTime TO TOM4-LOGIC.button0Trigger
  6049. ROUTE TOM4-BUTTON1-TRIGGER.touchTime TO TOM4-LOGIC.button1Trigger
  6050. ROUTE TOM4-BUTTON2-TRIGGER.touchTime TO TOM4-LOGIC.button2Trigger
  6051. ROUTE TOM4-BUTTON3-TRIGGER.touchTime TO TOM4-LOGIC.button3Trigger
  6052. ROUTE TOM4-BUTTON4-TRIGGER.touchTime TO TOM4-LOGIC.button4Trigger
  6053. ROUTE PAD-LOGIC.timerStartTime TO PAD-TIMER.set_startTime
  6054. ROUTE PAD-LOGIC.timerStopTime TO PAD-TIMER.set_stopTime
  6055. ROUTE PAD-TIMER.fraction_changed TO PAD-FLASHER.set_fraction
  6056. ROUTE PAD-FLASHER.value_changed TO PAD-MAT.set_emissiveColor
  6057. ROUTE PAD-LOGIC.startTimeS0 TO PAD-S0.set_startTime
  6058. ROUTE PAD-LOGIC.stopTimeS0 TO PAD-S0.set_stopTime
  6059. ROUTE PAD-LOGIC.startTimeS1 TO PAD-S1.set_startTime
  6060. ROUTE PAD-LOGIC.stopTimeS1 TO PAD-S1.set_stopTime
  6061. ROUTE PAD-LOGIC.startTimeS2 TO PAD-S2.set_startTime
  6062. ROUTE PAD-LOGIC.stopTimeS2 TO PAD-S2.set_stopTime
  6063. ROUTE PAD-LOGIC.startTimeS3 TO PAD-S3.set_startTime
  6064. ROUTE PAD-LOGIC.stopTimeS3 TO PAD-S3.set_stopTime
  6065. ROUTE PAD-LOGIC.startTimeS4 TO PAD-S4.set_startTime
  6066. ROUTE PAD-LOGIC.stopTimeS4 TO PAD-S4.set_stopTime
  6067. ROUTE PAD-LOGIC.button2Color TO BUD2-MAT.set_emissiveColor
  6068. ROUTE PAD-LOGIC.button3Color TO BUD3-MAT.set_emissiveColor
  6069. ROUTE PAD-LOGIC.button1Color TO BUD1-MAT.set_emissiveColor
  6070. ROUTE PAD-LOGIC.button0Color TO BUD0-MAT.set_emissiveColor
  6071. ROUTE PAD-LOGIC.button4Color TO BUD4-MAT.set_emissiveColor
  6072. ROUTE TOM0-LOGIC.timerStartTime TO TOM0-TIMER.set_startTime
  6073. ROUTE TOM0-LOGIC.timerStopTime TO TOM0-TIMER.set_stopTime
  6074. ROUTE TOM0-TIMER.fraction_changed TO TOM0-FLASHER.set_fraction
  6075. ROUTE TOM0-TIMER.fraction_changed TO TOM0-THROBBER.set_fraction
  6076. ROUTE TOM0-TIMER.fraction_changed TO TOM0-DANCER.set_fraction
  6077. ROUTE TOM0-FLASHER.value_changed TO TOM0-MAT.set_emissiveColor
  6078. ROUTE TOM0-THROBBER.value_changed TO TOM0-BALL-XFORM.set_scale
  6079. ROUTE TOM0-LOGIC.button2Color TO BUD-MAT-0-2.set_emissiveColor
  6080. ROUTE TOM0-LOGIC.button1Color TO BUD-MAT-0-1.set_emissiveColor
  6081. ROUTE TOM0-LOGIC.button3Color TO BUD-MAT-0-3.set_emissiveColor
  6082. ROUTE TOM0-LOGIC.button4Color TO BUD-MAT-0-4.set_emissiveColor
  6083. ROUTE TOM0-LOGIC.button0Color TO BUD-MAT-0-0.set_emissiveColor
  6084. ROUTE TOM0-LOGIC.startTimeS0 TO TOM0-S0.set_startTime
  6085. ROUTE TOM0-LOGIC.stopTimeS0 TO TOM0-S0.set_stopTime
  6086. ROUTE TOM0-LOGIC.startTimeS1 TO TOM0-S1.set_startTime
  6087. ROUTE TOM0-LOGIC.stopTimeS1 TO TOM0-S1.set_stopTime
  6088. ROUTE TOM0-LOGIC.startTimeS2 TO TOM0-S2.set_startTime
  6089. ROUTE TOM0-LOGIC.stopTimeS2 TO TOM0-S2.set_stopTime
  6090. ROUTE TOM0-LOGIC.startTimeS3 TO TOM0-S3.set_startTime
  6091. ROUTE TOM0-LOGIC.stopTimeS3 TO TOM0-S3.set_stopTime
  6092. ROUTE TOM0-LOGIC.startTimeS4 TO TOM0-S4.set_startTime
  6093. ROUTE TOM0-LOGIC.stopTimeS4 TO TOM0-S4.set_stopTime
  6094. ROUTE TOM0-DANCER.value_changed TO TOM0-STEM-XFORM.set_scale
  6095. ROUTE TOM1-LOGIC.timerStartTime TO TOM1-TIMER.set_startTime
  6096. ROUTE TOM1-LOGIC.timerStopTime TO TOM1-TIMER.set_stopTime
  6097. ROUTE TOM1-TIMER.fraction_changed TO TOM1-FLASHER.set_fraction
  6098. ROUTE TOM1-TIMER.fraction_changed TO TOM1-THROBBER.set_fraction
  6099. ROUTE TOM1-TIMER.fraction_changed TO TOM1-DANCER.set_fraction
  6100. ROUTE TOM1-FLASHER.value_changed TO TOM1-MAT.set_emissiveColor
  6101. ROUTE TOM1-THROBBER.value_changed TO TOM1-BALL-XFORM.set_scale
  6102. ROUTE TOM1-LOGIC.button2Color TO BUD-MAT-1-2.set_emissiveColor
  6103. ROUTE TOM1-LOGIC.button1Color TO BUD-MAT-1-1.set_emissiveColor
  6104. ROUTE TOM1-LOGIC.button3Color TO BUD-MAT-1-3.set_emissiveColor
  6105. ROUTE TOM1-LOGIC.button4Color TO BUD-MAT-1-4.set_emissiveColor
  6106. ROUTE TOM1-LOGIC.button0Color TO BUD-MAT-1-0.set_emissiveColor
  6107. ROUTE TOM1-LOGIC.startTimeS0 TO TOM1-S0.set_startTime
  6108. ROUTE TOM1-LOGIC.stopTimeS0 TO TOM1-S0.set_stopTime
  6109. ROUTE TOM1-LOGIC.startTimeS1 TO TOM1-S1.set_startTime
  6110. ROUTE TOM1-LOGIC.stopTimeS1 TO TOM1-S1.set_stopTime
  6111. ROUTE TOM1-LOGIC.startTimeS2 TO TOM1-S2.set_startTime
  6112. ROUTE TOM1-LOGIC.stopTimeS2 TO TOM1-S2.set_stopTime
  6113. ROUTE TOM1-LOGIC.startTimeS3 TO TOM1-S3.set_startTime
  6114. ROUTE TOM1-LOGIC.stopTimeS3 TO TOM1-S3.set_stopTime
  6115. ROUTE TOM1-LOGIC.startTimeS4 TO TOM1-S4.set_startTime
  6116. ROUTE TOM1-LOGIC.stopTimeS4 TO TOM1-S4.set_stopTime
  6117. ROUTE TOM1-DANCER.value_changed TO TOM1-STEM-XFORM.set_scale
  6118. ROUTE TOM2-LOGIC.timerStartTime TO TOM2-TIMER.set_startTime
  6119. ROUTE TOM2-LOGIC.timerStopTime TO TOM2-TIMER.set_stopTime
  6120. ROUTE TOM2-TIMER.fraction_changed TO TOM2-FLASHER.set_fraction
  6121. ROUTE TOM2-TIMER.fraction_changed TO TOM2-THROBBER.set_fraction
  6122. ROUTE TOM2-TIMER.fraction_changed TO TOM2-DANCER.set_fraction
  6123. ROUTE TOM2-FLASHER.value_changed TO TOM2-MAT.set_emissiveColor
  6124. ROUTE TOM2-THROBBER.value_changed TO TOM2-BALL-XFORM.set_scale
  6125. ROUTE TOM2-LOGIC.button2Color TO BUD-MAT-2-2.set_emissiveColor
  6126. ROUTE TOM2-LOGIC.button1Color TO BUD-MAT-2-1.set_emissiveColor
  6127. ROUTE TOM2-LOGIC.button3Color TO BUD-MAT-2-3.set_emissiveColor
  6128. ROUTE TOM2-LOGIC.button4Color TO BUD-MAT-2-4.set_emissiveColor
  6129. ROUTE TOM2-LOGIC.button0Color TO BUD-MAT-2-0.set_emissiveColor
  6130. ROUTE TOM2-LOGIC.startTimeS0 TO TOM2-S0.set_startTime
  6131. ROUTE TOM2-LOGIC.stopTimeS0 TO TOM2-S0.set_stopTime
  6132. ROUTE TOM2-LOGIC.startTimeS1 TO TOM2-S1.set_startTime
  6133. ROUTE TOM2-LOGIC.stopTimeS1 TO TOM2-S1.set_stopTime
  6134. ROUTE TOM2-LOGIC.startTimeS2 TO TOM2-S2.set_startTime
  6135. ROUTE TOM2-LOGIC.stopTimeS2 TO TOM2-S2.set_stopTime
  6136. ROUTE TOM2-LOGIC.startTimeS3 TO TOM2-S3.set_startTime
  6137. ROUTE TOM2-LOGIC.stopTimeS3 TO TOM2-S3.set_stopTime
  6138. ROUTE TOM2-LOGIC.startTimeS4 TO TOM2-S4.set_startTime
  6139. ROUTE TOM2-LOGIC.stopTimeS4 TO TOM2-S4.set_stopTime
  6140. ROUTE TOM2-DANCER.value_changed TO TOM2-STEM-XFORM.set_scale
  6141. ROUTE TOM3-LOGIC.timerStartTime TO TOM3-TIMER.set_startTime
  6142. ROUTE TOM3-LOGIC.timerStopTime TO TOM3-TIMER.set_stopTime
  6143. ROUTE TOM3-TIMER.fraction_changed TO TOM3-FLASHER.set_fraction
  6144. ROUTE TOM3-TIMER.fraction_changed TO TOM3-THROBBER.set_fraction
  6145. ROUTE TOM3-TIMER.fraction_changed TO TOM3-DANCER.set_fraction
  6146. ROUTE TOM3-FLASHER.value_changed TO TOM3-MAT.set_emissiveColor
  6147. ROUTE TOM3-THROBBER.value_changed TO TOM3-BALL-XFORM.set_scale
  6148. ROUTE TOM3-LOGIC.button2Color TO BUD-MAT-3-2.set_emissiveColor
  6149. ROUTE TOM3-LOGIC.button1Color TO BUD-MAT-3-1.set_emissiveColor
  6150. ROUTE TOM3-LOGIC.button3Color TO BUD-MAT-3-3.set_emissiveColor
  6151. ROUTE TOM3-LOGIC.button4Color TO BUD-MAT-3-4.set_emissiveColor
  6152. ROUTE TOM3-LOGIC.button0Color TO BUD-MAT-3-0.set_emissiveColor
  6153. ROUTE TOM3-LOGIC.startTimeS0 TO TOM3-S0.set_startTime
  6154. ROUTE TOM3-LOGIC.stopTimeS0 TO TOM3-S0.set_stopTime
  6155. ROUTE TOM3-LOGIC.startTimeS1 TO TOM3-S1.set_startTime
  6156. ROUTE TOM3-LOGIC.stopTimeS1 TO TOM3-S1.set_stopTime
  6157. ROUTE TOM3-LOGIC.startTimeS2 TO TOM3-S2.set_startTime
  6158. ROUTE TOM3-LOGIC.stopTimeS2 TO TOM3-S2.set_stopTime
  6159. ROUTE TOM3-LOGIC.startTimeS3 TO TOM3-S3.set_startTime
  6160. ROUTE TOM3-LOGIC.stopTimeS3 TO TOM3-S3.set_stopTime
  6161. ROUTE TOM3-LOGIC.startTimeS4 TO TOM3-S4.set_startTime
  6162. ROUTE TOM3-LOGIC.stopTimeS4 TO TOM3-S4.set_stopTime
  6163. ROUTE TOM3-DANCER.value_changed TO TOM3-STEM-XFORM.set_scale
  6164. ROUTE TOM4-LOGIC.timerStartTime TO TOM4-TIMER.set_startTime
  6165. ROUTE TOM4-LOGIC.timerStopTime TO TOM4-TIMER.set_stopTime
  6166. ROUTE TOM4-TIMER.fraction_changed TO TOM4-FLASHER.set_fraction
  6167. ROUTE TOM4-TIMER.fraction_changed TO TOM4-THROBBER.set_fraction
  6168. ROUTE TOM4-TIMER.fraction_changed TO TOM4-DANCER.set_fraction
  6169. ROUTE TOM4-FLASHER.value_changed TO TOM4-MAT.set_emissiveColor
  6170. ROUTE TOM4-THROBBER.value_changed TO TOM4-BALL-XFORM.set_scale
  6171. ROUTE TOM4-LOGIC.button2Color TO BUD-MAT-4-2.set_emissiveColor
  6172. ROUTE TOM4-LOGIC.button1Color TO BUD-MAT-4-1.set_emissiveColor
  6173. ROUTE TOM4-LOGIC.button3Color TO BUD-MAT-4-3.set_emissiveColor
  6174. ROUTE TOM4-LOGIC.button4Color TO BUD-MAT-4-4.set_emissiveColor
  6175. ROUTE TOM4-LOGIC.button0Color TO BUD-MAT-4-0.set_emissiveColor
  6176. ROUTE TOM4-LOGIC.startTimeS0 TO TOM4-S0.set_startTime
  6177. ROUTE TOM4-LOGIC.stopTimeS0 TO TOM4-S0.set_stopTime
  6178. ROUTE TOM4-LOGIC.startTimeS1 TO TOM4-S1.set_startTime
  6179. ROUTE TOM4-LOGIC.stopTimeS1 TO TOM4-S1.set_stopTime
  6180. ROUTE TOM4-LOGIC.startTimeS2 TO TOM4-S2.set_startTime
  6181. ROUTE TOM4-LOGIC.stopTimeS2 TO TOM4-S2.set_stopTime
  6182. ROUTE TOM4-LOGIC.startTimeS3 TO TOM4-S3.set_startTime
  6183. ROUTE TOM4-LOGIC.stopTimeS3 TO TOM4-S3.set_stopTime
  6184. ROUTE TOM4-LOGIC.startTimeS4 TO TOM4-S4.set_startTime
  6185. ROUTE TOM4-LOGIC.stopTimeS4 TO TOM4-S4.set_stopTime
  6186. ROUTE TOM4-DANCER.value_changed TO TOM4-STEM-XFORM.set_scale
  6187.